From 6a28b70283f37b5cd08423098c9d39cef9f6add5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 14 May 2006 21:06:44 +0000 Subject: [PATCH] Break autoreconf call into calls to individual programs, to make it easier to figure out what's going wrong when something does. --- Smake | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2