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: 21-Jun-2007 00:17:29
Branch: HEAD Handle: 2007062023172900
Modified files:
rpm autogen.sh
Log:
move gettextize after the libtoolize call (as in POPT) to reduce a
warning and pick up the generated files in the m4 subdir
Summary:
Revision Changes Path
2.73 +2 -2 rpm/autogen.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/autogen.sh
============================================================================
$ cvs diff -u -r2.72 -r2.73 autogen.sh
--- rpm/autogen.sh 20 Jun 2007 21:28:50 -0000 2.72
+++ rpm/autogen.sh 20 Jun 2007 22:17:29 -0000 2.73
@@ -69,9 +69,9 @@
fi
echo "--- rpm"
-[ -f po/Makefile.in.in ] || gettextize --copy --force --intl --no-changelog
$libtoolize --copy --force
-aclocal
+[ -f po/Makefile.in.in ] || gettextize --copy --force --intl --no-changelog
+aclocal -I m4
autoheader
automake -a -c
autoconf
@@ .
Received on Thu Jun 21 00:17:30 2007