Issue an error if no valid data are found
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 2b1286283ddd8a8774360fb4e8e7d06d0932ec06..14c19db98d67fca10a3d39e3539ad4368ed0b600 100644 (file)
--- a/Smake
+++ b/Smake
@@ -11,15 +11,20 @@ GNULIB_MODULES = \
        byteswap \
        c-ctype \
        c-strtod \
+       crypto/md4 \
        dirname \
        exit \
+       fpieee \
        full-read \
        full-write \
+        fseeko \
+       fwriteerror \
        gethostname \
        getline \
        getlogin_r \
        getopt \
-       gettext \
+       gettext-h \
+       gettimeofday \
        intprops \
        inttostr \
        linebreak \
@@ -35,6 +40,7 @@ GNULIB_MODULES = \
        minmax \
        mkstemp \
        progname \
+       relocatable-prog \
        snprintf \
        stdarg \
        stdbool \
@@ -69,8 +75,6 @@ all: po/POTFILES.in
                --doc-base=gl/doc --import $(GNULIB_MODULES)
        echo '*' > gl/.cvsignore
        echo '*' > gl/m4/.cvsignore
-       test -d intl || mkdir intl
-       echo '*' > intl/.cvsignore
        libtoolize --force --automake
        autopoint --force
        aclocal -I m4 -I gl/m4
@@ -81,7 +85,7 @@ all: po/POTFILES.in
 gettextize:
        test -d m4 || mkdir m4
        touch m4/Makefile.am
-       gettextize -f -c --intl --no-changelog
+       gettextize --force --no-changelog
 
 po/POTFILES.in:
        for f in `find src \( -name \*.[qc] -o -name \*.glade \) ! -name .\* -print` ; do \
@@ -132,5 +136,6 @@ clean:
        find . -name Makefile.in -exec rm -f {} \; 
        rm -f compile
        rm -f ltmain.sh
+       rm -f reloc-ldflags install-reloc
 
 .PHONY: all gettextize potfiles clean