X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=a13ce6b5bb36e3ec60105a29611a6602e06c1652;hb=c21a0f82e238fe80b61d8ab00e21ec32c753ca2f;hp=686212e401b29abdcc42c5f17a97ae2e0b29e8f9;hpb=cbf39004f714c8fe8cb395a8ea7fc04814e72d67;p=pspp-builds.git diff --git a/Smake b/Smake index 686212e4..a13ce6b5 100644 --- a/Smake +++ b/Smake @@ -10,6 +10,7 @@ GNULIB_MODULES = \ assert \ c-ctype \ c-strtod \ + exit \ full-read \ full-write \ gethostname \ @@ -30,6 +31,7 @@ GNULIB_MODULES = \ restrict \ snprintf \ stat-macros \ + stdarg \ stdbool \ stdint \ stpcpy \ @@ -56,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 --force + aclocal -I m4 -I gl/m4 + autoconf + autoheader + automake --add-missing --copy --no-force gettextize: test -d m4 || mkdir m4