X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=d6ebd795bf78db820bd6ceffe2e5d2516ef95979;hb=0eac9417b290d8373839cf72011fc86f5193741a;hp=22c0f692de0638be8e8d5405da76d573837086e2;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/Smake b/Smake index 22c0f692de..d6ebd795bf 100644 --- a/Smake +++ b/Smake @@ -98,13 +98,11 @@ GNULIB_MODULES = \ all: test -e ChangeLog || touch ChangeLog 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 --aux-dir=. --import $(GNULIB_MODULES) - echo '*' > gl/.cvsignore - echo '*' > gl/m4/.cvsignore + --doc-base=gl/doc --aux-dir=build-aux --import \ + $(GNULIB_MODULES) libtoolize --force --automake aclocal -I m4 -I gl/m4 autoconf