Use trunc module from gnulib instead of our home-grown solution.
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 902591c685f6a752303c2dd6fe86382c3bab3229..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,6 +13,7 @@ GNULIB_MODULES = \
        dirname \
        exit \
        fpieee \
+       fprintf-posix \
        full-read \
        full-write \
         fseeko \
@@ -39,9 +38,13 @@ GNULIB_MODULES = \
        memset \
        minmax \
        mkstemp \
+       printf-posix \
+       printf-safe \
        progname \
        relocatable-prog \
        snprintf \
+       snprintf-posix \
+       sprintf-posix \
        stdarg \
        stdbool \
        stdint \
@@ -57,12 +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 \
-       xallocsa \
+       xmalloca \
        xsize \
        xstrndup \
        xvasprintf