From: Ben Pfaff Date: Sun, 7 Aug 2005 04:56:17 +0000 (+0000) Subject: Need to make sure m4/Makefile.am exists before running gnulib-tool. X-Git-Tag: v0.6.0~1226 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=c0240125a4702cccce5d4ea1d58d9e7f3d739dff Need to make sure m4/Makefile.am exists before running gnulib-tool. --- diff --git a/Smake b/Smake index 6f0f7cc5..404eb8a2 100644 --- a/Smake +++ b/Smake @@ -4,10 +4,13 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool all: po/POTFILES.in + test -d m4 || mkdir m4 + touch m4/Makefile.am $(GNULIB_TOOL) --import autoreconf --install gettextize: + test -d m4 || mkdir m4 touch m4/Makefile.am gettextize -f -c --intl --no-changelog