[netperf-dev] netperf4 commit notice r183 - in trunk: . src
raj at netperf.org
raj at netperf.org
Fri Jun 16 10:01:52 PDT 2006
Author: raj
Date: 2006-06-16 10:01:50 -0700 (Fri, 16 Jun 2006)
New Revision: 183
Modified:
trunk/configure
trunk/src/Makefile.in
Log:
Create the new configure script and src/Makefile.in based on Stephen's
last submittal.
Modified: trunk/configure
===================================================================
--- trunk/configure 2006-06-16 06:09:04 UTC (rev 182)
+++ trunk/configure 2006-06-16 17:01:50 UTC (rev 183)
@@ -22855,6 +22855,16 @@
enable_cpuutil="pstatnew - auto"
NETSYS_SOURCE="hpux"
;;
+ *-*-hpux11.11)
+ use_cpuutil=true
+
+cat >>confdefs.h <<\_ACEOF
+#define USE_PSTAT
+_ACEOF
+
+ enable_cpuutil="pstat - auto"
+ NETSYS_SOURCE="hpux"
+ ;;
*-*-hpux11* | *-*-hpux10*)
use_cpuutil=true
Modified: trunk/src/Makefile.in
===================================================================
--- trunk/src/Makefile.in 2006-06-16 06:09:04 UTC (rev 182)
+++ trunk/src/Makefile.in 2006-06-16 17:01:50 UTC (rev 183)
@@ -187,7 +187,7 @@
# so far, it does not appear we need this in netserver
netperf_LDFLAGS = -rpath $(libdir) -export-dynamic
-netserver_LDFLAGS = -rpath $(libdir)
+netserver_LDFLAGS = -rpath $(libdir) -export-dynamic
subdir = src
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
More information about the netperf-dev
mailing list