RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 24-Jul-2007 12:19:26
Branch: HEAD Handle: 2007072411192600
Modified files:
rpm devtool.conf
Log:
make sure that the correct GNU m4 is picked up (Autoconf prefers gm4
and I had an older gm4 in the system under MacOS X)
Summary:
Revision Changes Path
2.71 +3 -0 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.70 -r2.71 devtool.conf
--- rpm/devtool.conf 24 Jul 2007 08:01:42 -0000 2.70
+++ rpm/devtool.conf 24 Jul 2007 10:19:26 -0000 2.71
@@ -338,6 +338,9 @@
--disable-nls
make
make install
+ rm -f $prefix_tools/bin/gm4
+ ln $prefix_tools/bin/m4 \
+ $prefix_tools/bin/gm4
) || exit $?
) || exit $?
fi
@@ .
Received on Tue Jul 24 12:19:26 2007