perl-module: Use Autotest for testing Perl.
[pspp] / Smake
diff --git a/Smake b/Smake
index fd936cd1505477a87b1718205ca4b7e2bcbc8d31..686fb756278834a9aafbce869972f97af42cedd0 100644 (file)
--- a/Smake
+++ b/Smake
@@ -5,13 +5,13 @@ GNULIB = ../gnulib
 GNULIB_TOOL = $(GNULIB)/gnulib-tool
 
 GNULIB_MODULES = \
-       argp \
        assert \
        byteswap \
        c-ctype \
        c-strtod \
        close \
        count-one-bits \
+       crc \
        crypto/md4 \
        dirname \
        environ \
@@ -25,9 +25,7 @@ GNULIB_MODULES = \
         fseeko \
         ftello \
        fwriteerror \
-       gethostname \
        getline \
-       getlogin_r \
        getopt \
        gettext-h \
        gettimeofday \
@@ -46,6 +44,7 @@ GNULIB_MODULES = \
        mempcpy \
        memset \
        minmax \
+       mkdtemp \
        mkstemp \
        printf-posix \
        printf-safe \
@@ -65,7 +64,6 @@ GNULIB_MODULES = \
        strcspn \
        strerror \
        strftime \
-       strsep \
        strtod \
        strtok_r \
        strtol \
@@ -81,6 +79,8 @@ GNULIB_MODULES = \
        unistr/u8-strncat \
        unlocked-io \
        vasprintf-posix \
+       version-etc \
+       version-etc-fsf \
        vfprintf-posix \
        vprintf-posix \
        vsnprintf \
@@ -105,7 +105,6 @@ all:
        echo '*' > gl/.cvsignore
        echo '*' > gl/m4/.cvsignore
        libtoolize --force --automake
-       autopoint --force
        aclocal -I m4 -I gl/m4
        autoconf
        autoheader