X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=a1a81651309b0cea35e0109cec80803e0d0ebd79;hb=9ade26c8349b4434008c46cf09bc7473ec743972;hp=6e6b70235a2e7ef7d3c7af126642b8e2d398c10c;hpb=b19d2d4b3a4176869c6ba164f7a67ed3b11146ca;p=pspp-builds.git diff --git a/Smake b/Smake index 6e6b7023..a1a81651 100644 --- a/Smake +++ b/Smake @@ -15,7 +15,9 @@ GNULIB_MODULES = \ count-one-bits \ crc \ crypto/md4 \ + crypto/md5 \ dirname \ + dtoastr \ environ \ fatal-signal \ fcntl \ @@ -47,6 +49,8 @@ GNULIB_MODULES = \ printf-posix \ printf-safe \ progname \ + rawmemchr \ + read-file \ regex \ relocatable-prog \ rename \ @@ -68,12 +72,18 @@ GNULIB_MODULES = \ sys_stat \ tempname \ trunc \ - unilbrk/ulc-width-linebreaks \ + unictype/ctype-print \ + unictype/property-id-continue \ + unictype/property-id-start \ + unigbrk/uc-is-grapheme-break \ unistd \ + unistr/u8-check \ unistr/u8-cpy \ unistr/u8-mbtouc \ unistr/u8-strlen \ + unistr/u8-strmbtouc \ unistr/u8-strncat \ + uniwidth/u8-strwidth \ unitypes \ unlocked-io \ vasprintf-posix \ @@ -96,10 +106,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