X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=a13ce6b5bb36e3ec60105a29611a6602e06c1652;hb=9368d05aae3a64fd81b237dcf77fb1376af2fefd;hp=4c79f855336822ab8d447397b059390af6e1178e;hpb=5dd321948888d65bdcd7012ffe20df0a91936329;p=pspp-builds.git diff --git a/Smake b/Smake index 4c79f855..a13ce6b5 100644 --- a/Smake +++ b/Smake @@ -10,6 +10,7 @@ GNULIB_MODULES = \ assert \ c-ctype \ c-strtod \ + exit \ full-read \ full-write \ gethostname \ @@ -18,6 +19,7 @@ GNULIB_MODULES = \ getopt \ gettext \ intprops \ + linebreak \ memcasecmp \ memchr \ memcmp \ @@ -29,7 +31,9 @@ GNULIB_MODULES = \ restrict \ snprintf \ stat-macros \ + stdarg \ stdbool \ + stdint \ stpcpy \ strcase \ strcspn \ @@ -54,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