added comment
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 1eac214892e7425b58a7684b6d623c217d5d2049..a13ce6b5bb36e3ec60105a29611a6602e06c1652 100644 (file)
--- a/Smake
+++ b/Smake
@@ -31,6 +31,7 @@ GNULIB_MODULES = \
        restrict \
        snprintf \
        stat-macros \
+       stdarg \
        stdbool \
        stdint \
        stpcpy \
@@ -57,7 +58,11 @@ all: po/POTFILES.in
        $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
                --source-base=gl --lib=libgl --tests-base=tests \
                --import $(GNULIB_MODULES)
-       autoreconf --install
+       autopoint --force
+       aclocal -I m4 -I gl/m4
+       autoconf
+       autoheader
+       automake --add-missing --copy --no-force
 
 gettextize:
        test -d m4 || mkdir m4