]> granicus.if.org Git - shadow/commitdiff
* autogen.sh: Expand autoreconf to avoid running autopoint.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 29 Aug 2010 16:42:25 +0000 (16:42 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 29 Aug 2010 16:42:25 +0000 (16:42 +0000)
ChangeLog
autogen.sh

index 28bceea89723f469029137a6651c0baa27ab20f5..4916f0114cf59f2efae7650a4c29157d6382a13f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-29  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * autogen.sh: Expand autoreconf to avoid running autopoint.
+
 2010-08-29  Nicolas François  <nicolas.francois@centraliens.net>
 
        * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated.
index 0796bd3133411b57e6b47b835b98cc464afc3fcc..37197428ba76cb582493b622515fcdc235806c9a 100755 (executable)
@@ -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 \