|
From: <sat...@us...> - 2010-03-15 14:09:17
|
Revision: 237
http://w-meter.svn.sourceforge.net/w-meter/?rev=237&view=rev
Author: sathakselva
Date: 2010-03-15 14:09:07 +0000 (Mon, 15 Mar 2010)
Log Message:
-----------
delete conflict resolved
Removed Paths:
-------------
frame_injection_g/tags/wct/install.sh
Deleted: frame_injection_g/tags/wct/install.sh
===================================================================
--- frame_injection_g/tags/wct/install.sh 2010-03-15 14:01:00 UTC (rev 236)
+++ frame_injection_g/tags/wct/install.sh 2010-03-15 14:09:07 UTC (rev 237)
@@ -1,57 +0,0 @@
-#!/bin/bash
-# Install script of wmeter and libwmpit
-
-cd wmpit/
-echo $"configuring libwmpit ..."
-
-if [ ! -f ./configure ]; then
- autoconf
-fi
-
-./configure
-
-SSTATE=$?
-
-if [ $SSTATE != 0 ]; then
- echo $"Error in configuring libwmpit ..."
- exit $SSTATE
-fi
-
-make clean
-make
-
-if [ $SSTATE != 0 ]; then
- echo $"Error in make libwmpit ..."
- exit $SSTATE
-fi
-
-make install
-
-if [ $SSTATE != 0 ]; then
- echo $"Error in install libwmpit ..."
- exit $SSTATE
-fi
-
-cd ..
-echo $"configuring wmeter ...."
-
-if [ ! -f ./configure ]; then
- autoconf
-fi
-
-LDFLAGS="-lwmpit -lpcap" ./configure
-
-if [ $SSTATE != 0 ]; then
- echo $"Error in configuring wmeter ..."
- exit $SSTATE
-fi
-
-make clean
-make
-
-if [ $SSTATE != 0 ]; then
- echo $"Error in making wmeter ..."
- exit $SSTATE
-fi
-
-exit $SSTATE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|