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 11:53:51
Branch: HEAD Handle: 2007072410535100
Modified files:
rpm autogen.sh
Log:
with the wrong Autoconf tools a broken aclocal.m4 was generated under
MacOS X. Unfortuntely, aclocal doesn't seem to _regenerate_ from
scratch. Instead it always thought it is still up-to-date. So,
circumvent this problem by simply always removing the to be generated
file
Summary:
Revision Changes Path
2.86 +1 -0 rpm/autogen.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/autogen.sh
============================================================================
$ cvs diff -u -r2.85 -r2.86 autogen.sh
--- rpm/autogen.sh 20 Jul 2007 14:14:00 -0000 2.85
+++ rpm/autogen.sh 24 Jul 2007 09:53:51 -0000 2.86
@@ -49,6 +49,7 @@
echo "---> generate files via GNU gettext (autopoint)"
autopoint --force
echo "---> generate files via GNU autoconf (aclocal, autoheader)"
+rm -f aclocal.m4
aclocal -I m4
autoheader -I m4
echo "---> generate files via GNU automake (automake)"
@@ .
Received on Tue Jul 24 11:53:51 2007