X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=acd93102be0632c517e739bfa116cbe2c8e5a5eb;hb=be7746b1dbfae61c8883774d2c475f23dd9c159e;hp=763e996979d8c9705a680ac7e5a05733260a2fd2;hpb=c58173ea116eed59ce96a4b233f2d2d8ceb50b26;p=pspp-builds.git diff --git a/Smake b/Smake index 763e9969..acd93102 100644 --- a/Smake +++ b/Smake @@ -7,6 +7,8 @@ GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ assert \ byteswap \ + c-strcase \ + c-strcasestr \ c-ctype \ c-strtod \ clean-temp \ @@ -17,6 +19,7 @@ GNULIB_MODULES = \ crypto/md4 \ crypto/md5 \ dirname \ + dtoastr \ environ \ fatal-signal \ fcntl \ @@ -28,10 +31,11 @@ GNULIB_MODULES = \ ftello \ fwriteerror \ getline \ - gettext-h \ + gettext \ gettimeofday \ getopt-gnu \ gitlog-to-changelog \ + include_next \ isfinite \ isinf \ isnan \ @@ -39,15 +43,19 @@ GNULIB_MODULES = \ inttostr \ localcharset \ mbchar \ + mbiter \ memcasecmp \ memchr \ mempcpy \ + memrchr \ minmax \ mkdtemp \ mkstemp \ printf-posix \ printf-safe \ progname \ + rawmemchr \ + read-file \ regex \ relocatable-prog \ rename \ @@ -59,24 +67,29 @@ GNULIB_MODULES = \ stdbool \ stdint \ stpcpy \ - strcase \ strerror \ strftime \ strtod \ strtok_r \ - strtol \ - strtoul \ sys_stat \ tempname \ trunc \ - unilbrk/ulc-width-linebreaks \ - unistd \ + unictype/ctype-print \ unictype/property-id-continue \ unictype/property-id-start \ + unigbrk/uc-is-grapheme-break \ + unilbrk/u8-possible-linebreaks \ + unistd \ + unistr/u8-check \ unistr/u8-cpy \ + unistr/u8-mblen \ unistr/u8-mbtouc \ + unistr/u8-mbtoucr \ unistr/u8-strlen \ + unistr/u8-strmbtouc \ unistr/u8-strncat \ + unistr/u8-uctomb \ + uniwidth/u8-strwidth \ unitypes \ unlocked-io \ vasprintf-posix \ @@ -99,10 +112,7 @@ all: test -e ChangeLog || touch ChangeLog test -d m4 || mkdir m4 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=build-aux --import \ - --libtool $(GNULIB_MODULES) + $(MAKE) -f Smake gnulib libtoolize --force --automake aclocal -I m4 -I gl/m4 autoconf