Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2007 02:22:50 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 124933 for review
Message-ID:  <200708090222.l792MoVg065702@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124933

Change 124933 by peter@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708090222.l792MoVg065702>