PERFORCE change 124933 for review
Peter Wemm
peter at FreeBSD.org
Wed Aug 8 19:22:51 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=124933
Change 124933 by peter at peter_work on 2007/08/09 02:22:47
autoconf-wrapper comes in handy here, and breaks the old hack I had.
Affected files ...
.. //depot/projects/valgrind/autogen.sh#3 edit
Differences ...
==== //depot/projects/valgrind/autogen.sh#3 (text+kox) ====
@@ -11,8 +11,12 @@
fi
}
-run aclocal19
-run autoheader259
-run automake19 -a
-run autoconf259
+# tested with automake 1.9 and autoconf 2.59 and 2.61, *with*
+# autoconf-wrapper installed. Otherwise use explicit filenames.
+run aclocal
+run autoheader
+run automake -a
+run autoconf
+
+# hack for not running from svn.
echo '"export"' > VEX/priv/main/vex_svnversion.h
More information about the p4-projects
mailing list