X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=b38e98040d69f1d45f94677aebba8a1a9efe0cb3;hb=dedf0129834048b29b1fbc7789d04ee8893b255d;hp=bded601daf899fdd56298496c73284316f9c0d2a;hpb=32af4826ef82cd3ea8b92ddac2e10ae019fe1bce;p=pspp diff --git a/Smake b/Smake index bded601daf..b38e98040d 100644 --- a/Smake +++ b/Smake @@ -43,6 +43,7 @@ GNULIB_MODULES = \ crypto/rijndael \ dirname \ dtoastr \ + dtotimespec \ environ \ fatal-signal \ fcntl \ @@ -55,7 +56,8 @@ GNULIB_MODULES = \ fwriteerror \ getline \ getpass \ - gettext \ + gettext-h \ + gettime \ gettimeofday \ getopt-gnu \ gitlog-to-changelog \ @@ -66,6 +68,7 @@ GNULIB_MODULES = \ intprops \ inttostr \ localcharset \ + localename \ mbchar \ mbiter \ memcasecmp \ @@ -97,13 +100,16 @@ GNULIB_MODULES = \ strcasestr \ stpcpy \ strerror \ - strftime \ + nstrftime \ strsep \ strtod \ strtok_r \ sys_stat \ tempname \ termios \ + timespec \ + timespec-add \ + timespec-sub \ trunc \ unicase/u8-casecmp \ unicase/u8-casefold \ @@ -138,6 +144,7 @@ GNULIB_MODULES = \ vsprintf-posix \ xalloc \ xalloc-die \ + xbinary-io \ xmalloca \ xmemdup0 \ xsize \ @@ -321,6 +328,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 \