X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=d6ebd795bf78db820bd6ceffe2e5d2516ef95979;hb=7bc6f06fcc9f0446c8f52ed351468a5dc25d1ff7;hp=7ee5585c5e009d48b6d98cd391e9c2c0c96f53c6;hpb=28e36cf42e55d270c8304c79f8845bf5f8e54516;p=pspp diff --git a/Smake b/Smake index 7ee5585c5e..d6ebd795bf 100644 --- a/Smake +++ b/Smake @@ -10,6 +10,7 @@ GNULIB_MODULES = \ c-ctype \ c-strtod \ close \ + configmake \ count-one-bits \ crc \ crypto/md4 \ @@ -97,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