[netperf-dev] netperf4 commit notice r63 - in trunk: . src

raj at netperf.org raj at netperf.org
Wed Feb 22 18:00:17 PST 2006


Author: raj
Date: 2006-02-22 18:00:13 -0800 (Wed, 22 Feb 2006)
New Revision: 63

Modified:
   trunk/configure
   trunk/configure.ac
   trunk/src/Makefile.am
   trunk/src/Makefile.in
Log:
Teach netperf where the LIBDIR and the NETPERFDATADIR happen to reside


Modified: trunk/configure
===================================================================
--- trunk/configure	2006-02-23 00:28:54 UTC (rev 62)
+++ trunk/configure	2006-02-23 02:00:13 UTC (rev 63)
@@ -25480,7 +25480,6 @@
                                         ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile netperf-config"
 
 
-
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-02-23 00:28:54 UTC (rev 62)
+++ trunk/configure.ac	2006-02-23 02:00:13 UTC (rev 63)
@@ -566,5 +566,4 @@
 		 doc/Makefile
 		 netperf-config])
 
-
 AC_OUTPUT

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2006-02-23 00:28:54 UTC (rev 62)
+++ trunk/src/Makefile.am	2006-02-23 02:00:13 UTC (rev 63)
@@ -3,6 +3,7 @@
 bin_PROGRAMS = netperf netserver
 
 AM_CFLAGS = $(NETPERF_CFLAGS)
+AM_CPPFLAGS = -DLIBDIR="$(libdir)" -DNETPERFDIR="$(netperfdir)"
 
 # for now we will use "NETSYS_SOURCE" for both the netsysstats and
 # netlib platform-specific stuff

Modified: trunk/src/Makefile.in
===================================================================
--- trunk/src/Makefile.in	2006-02-23 00:28:54 UTC (rev 62)
+++ trunk/src/Makefile.in	2006-02-23 02:00:13 UTC (rev 63)
@@ -142,6 +142,7 @@
 bin_PROGRAMS = netperf netserver
 
 AM_CFLAGS = $(NETPERF_CFLAGS)
+AM_CPPFLAGS = -DLIBDIR="$(libdir)" -DNETPERFDIR="$(netperfdir)"
 
 # for now we will use "NETSYS_SOURCE" for both the netsysstats and
 # netlib platform-specific stuff



More information about the netperf-dev mailing list