[Pkg-shadow-commits] r3278 - upstream/trunk

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Aug 29 16:42:30 UTC 2010


Author: nekral-guest
Date: 2010-08-29 16:42:25 +0000 (Sun, 29 Aug 2010)
New Revision: 3278

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/autogen.sh
Log:
	* autogen.sh: Expand autoreconf to avoid running autopoint.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2010-08-29 16:13:47 UTC (rev 3277)
+++ upstream/trunk/ChangeLog	2010-08-29 16:42:25 UTC (rev 3278)
@@ -1,5 +1,9 @@
 2010-08-29  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* autogen.sh: Expand autoreconf to avoid running autopoint.
+
+2010-08-29  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated.
 	* po/*.po, man/po/*.po: Updated PO files.
 

Modified: upstream/trunk/autogen.sh
===================================================================
--- upstream/trunk/autogen.sh	2010-08-29 16:13:47 UTC (rev 3277)
+++ upstream/trunk/autogen.sh	2010-08-29 16:42:25 UTC (rev 3278)
@@ -1,5 +1,17 @@
 #! /bin/sh
-autoreconf -v -f --install || exit 1
+
+# FIXME: Find a way to run autoreconf again.
+# autopoint create mess in man/po
+#autoreconf -v -f --install || exit 1
+
+#autoreconf executes the following
+#autopoint --force
+aclocal --force 
+libtoolize --copy --force
+/usr/bin/autoconf --force
+/usr/bin/autoheader --force
+automake --add-missing --copy --force-missing
+
 ./configure \
 	CFLAGS="-O2 -Wall" \
 	--enable-man \




More information about the Pkg-shadow-commits mailing list