Use trunc module from gnulib instead of our home-grown solution.
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 21583c6d764c2591355aed8d919d7c589f5f905b..d2dc497ab8067185061c5e7db83adc87de9694e5 100644 (file)
--- a/Smake
+++ b/Smake
@@ -5,8 +5,6 @@ GNULIB = ../gnulib
 GNULIB_TOOL = $(GNULIB)/gnulib-tool
 
 GNULIB_MODULES = \
-       alloca \
-       alloca-opt \
        assert \
        byteswap \
        c-ctype \
@@ -15,8 +13,10 @@ GNULIB_MODULES = \
        dirname \
        exit \
        fpieee \
+       fprintf-posix \
        full-read \
        full-write \
+        fseeko \
        fwriteerror \
        gethostname \
        getline \
@@ -38,9 +38,13 @@ GNULIB_MODULES = \
        memset \
        minmax \
        mkstemp \
+       printf-posix \
+       printf-safe \
        progname \
        relocatable-prog \
        snprintf \
+       snprintf-posix \
+       sprintf-posix \
        stdarg \
        stdbool \
        stdint \
@@ -56,11 +60,18 @@ GNULIB_MODULES = \
        strtoul \
        sys_stat \
        tmpfile \
+       trunc \
        unistd \
        unlocked-io \
+       vasprintf-posix \
+       vfprintf-posix \
+       vprintf-posix \
        vsnprintf \
+       vsnprintf-posix \
+       vsprintf-posix \
        xalloc \
        xalloc-die \
+       xmalloca \
        xsize \
        xstrndup \
        xvasprintf