From: Ben Pfaff Date: Sun, 14 May 2006 21:06:44 +0000 (+0000) Subject: Break autoreconf call into calls to individual programs, to make it X-Git-Tag: v0.6.0~850 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=6a28b70283f37b5cd08423098c9d39cef9f6add5 Break autoreconf call into calls to individual programs, to make it easier to figure out what's going wrong when something does. --- diff --git a/Smake b/Smake index d9fd0d31..764044cb 100644 --- a/Smake +++ b/Smake @@ -58,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 + aclocal -I m4 -I gl/m4 + autoconf + autoheader + automake --add-missing --copy --no-force gettextize: test -d m4 || mkdir m4