X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=caae02fd97718c881cd5bf6ef95f978b707a3fe7;hb=bea279dad74479d86671f3acdc8c945d3ce5f2be;hp=bded601daf899fdd56298496c73284316f9c0d2a;hpb=32af4826ef82cd3ea8b92ddac2e10ae019fe1bce;p=pspp diff --git a/Smake b/Smake index bded601daf..caae02fd97 100644 --- a/Smake +++ b/Smake @@ -55,7 +55,7 @@ GNULIB_MODULES = \ fwriteerror \ getline \ getpass \ - gettext \ + gettext-h \ gettimeofday \ getopt-gnu \ gitlog-to-changelog \ @@ -66,6 +66,7 @@ GNULIB_MODULES = \ intprops \ inttostr \ localcharset \ + localename \ mbchar \ mbiter \ memcasecmp \ @@ -97,7 +98,7 @@ GNULIB_MODULES = \ strcasestr \ stpcpy \ strerror \ - strftime \ + nstrftime \ strsep \ strtod \ strtok_r \ @@ -138,6 +139,7 @@ GNULIB_MODULES = \ vsprintf-posix \ xalloc \ xalloc-die \ + xbinary-io \ xmalloca \ xmemdup0 \ xsize \ @@ -321,6 +323,7 @@ prep_ph: test -e ChangeLog || touch ChangeLog test -d m4 || mkdir m4 touch m4/Makefile.am + touch build-aux/config.rpath $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \ --doc-base=gl/doc --aux-dir=build-aux \