Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 21e6a22410a6131f0c3944850eed6e075d7e9064..29f93365d37297ec988fd89d9fa1a2d32b793667 100644 (file)
--- a/Smake
+++ b/Smake
@@ -9,14 +9,19 @@ GNULIB_MODULES = \
        byteswap \
        c-ctype \
        c-strtod \
+       close \
        crypto/md4 \
        dirname \
+       environ \
        exit \
+       fatal-signal \
+       fcntl \
        fpieee \
        fprintf-posix \
        full-read \
        full-write \
         fseeko \
+        ftello \
        fwriteerror \
        gethostname \
        getline \
@@ -24,15 +29,17 @@ GNULIB_MODULES = \
        getopt \
        gettext-h \
        gettimeofday \
+       gitlog-to-changelog \
+       isfinite \
+       isinf \
+       isnan \
        intprops \
        inttostr \
-       linebreak \
        localcharset \
         mbchar \
        memcasecmp \
        memchr \
        memcmp \
-       memmem \
        memmove \
        mempcpy \
        memset \
@@ -41,7 +48,10 @@ GNULIB_MODULES = \
        printf-posix \
        printf-safe \
        progname \
+       regex \
        relocatable-prog \
+       rename \
+       round \
        snprintf \
        snprintf-posix \
        sprintf-posix \
@@ -59,7 +69,10 @@ GNULIB_MODULES = \
        strtol \
        strtoul \
        sys_stat \
+       tempname \
        tmpfile \
+       trunc \
+       unilbrk/ulc-width-linebreaks \
        unistd \
        unlocked-io \
        vasprintf-posix \
@@ -76,12 +89,13 @@ GNULIB_MODULES = \
        xvasprintf
 
 all: po/POTFILES.in
+       test -e ChangeLog || touch ChangeLog
        test -d m4 || mkdir m4
        echo '*' > m4/.cvsignore
        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 --import $(GNULIB_MODULES)
+               --doc-base=gl/doc --aux-dir=. --import $(GNULIB_MODULES)
        echo '*' > gl/.cvsignore
        echo '*' > gl/m4/.cvsignore
        libtoolize --force --automake