[netperf-dev] netperf2 commit notice r162 - in trunk: . doc/examples

raj at netperf.org raj at netperf.org
Wed Dec 5 10:02:16 PST 2007


Author: raj
Date: 2007-12-05 10:02:15 -0800 (Wed, 05 Dec 2007)
New Revision: 162

Modified:
   trunk/Makefile.am
   trunk/Makefile.in
   trunk/doc/examples/Makefile.in
Log:
make sure that autogen.sh and m4 get into the tar files

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2007-12-03 20:09:06 UTC (rev 161)
+++ trunk/Makefile.am	2007-12-05 18:02:15 UTC (rev 162)
@@ -1,4 +1,4 @@
 
 AUTOMAKE_OPTIONS = dist-bzip2 dist-zip
 SUBDIRS = src doc
-EXTRA_DIST = README.* Release_Notes inet_ntop.c
+EXTRA_DIST = README.* Release_Notes inet_ntop.c autogen.sh m4

Modified: trunk/Makefile.in
===================================================================
--- trunk/Makefile.in	2007-12-03 20:09:06 UTC (rev 161)
+++ trunk/Makefile.in	2007-12-05 18:02:15 UTC (rev 162)
@@ -130,7 +130,7 @@
 
 AUTOMAKE_OPTIONS = dist-bzip2 dist-zip
 SUBDIRS = src doc
-EXTRA_DIST = README.* Release_Notes inet_ntop.c
+EXTRA_DIST = README.* Release_Notes inet_ntop.c autogen.sh m4
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

Modified: trunk/doc/examples/Makefile.in
===================================================================
--- trunk/doc/examples/Makefile.in	2007-12-03 20:09:06 UTC (rev 161)
+++ trunk/doc/examples/Makefile.in	2007-12-05 18:02:15 UTC (rev 162)
@@ -57,6 +57,7 @@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
+GREP = @GREP@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
@@ -83,8 +84,6 @@
 STRIP = @STRIP@
 VERSION = @VERSION@
 ac_ct_CC = @ac_ct_CC@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__include = @am__include@
@@ -97,22 +96,29 @@
 build_os = @build_os@
 build_vendor = @build_vendor@
 datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
+htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 mandir = @mandir@
 oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@



More information about the netperf-dev mailing list