X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Smake;h=d92510bd567e5485d860ffb7d42e6cf8cfbfbb2b;hb=48b54234689ebdff3c34b280ec6780bef8a9f526;hp=7aac5a86c1e6312afd76c5e0781860379b1a737d;hpb=3a61659a8fc11c51ad5af02b20f5613dcde50382;p=pspp-builds.git diff --git a/Smake b/Smake index 7aac5a86..d92510bd 100644 --- a/Smake +++ b/Smake @@ -20,6 +20,7 @@ GNULIB_MODULES = \ getopt \ gettext \ intprops \ + inttostr \ linebreak \ localcharset \ memcasecmp \ @@ -48,6 +49,7 @@ GNULIB_MODULES = \ strtol \ strtoul \ unistd \ + unlocked-io \ vsnprintf \ xalloc \ xalloc-die \ @@ -58,10 +60,15 @@ GNULIB_MODULES = \ all: po/POTFILES.in test -d m4 || mkdir m4 + echo '*' > m4/.cvsignore touch m4/Makefile.am $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \ --doc-base=gl/doc --import $(GNULIB_MODULES) + echo '*' > gl/.cvsignore + echo '*' > gl/m4/.cvsignore + test -d intl || mkdir intl + echo '*' > intl/.cvsignore autopoint --force aclocal -I m4 -I gl/m4 autoconf