fixed sparse-array linker problem
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 731033f4fd3f3016f9b210f3dcce922e306ea1c0..8956a743a6569213b6c9308df99d1b844438f82a 100644 (file)
--- a/Smake
+++ b/Smake
@@ -19,7 +19,7 @@ GNULIB_MODULES = \
        getline \
        getlogin_r \
        getopt \
-       gettext \
+       gettext-h \
        intprops \
        inttostr \
        linebreak \
@@ -32,8 +32,10 @@ GNULIB_MODULES = \
        memmove \
        mempcpy \
        memset \
+       minmax \
        mkstemp \
        progname \
+       relocatable-prog \
        snprintf \
        stdarg \
        stdbool \
@@ -68,8 +70,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
@@ -80,7 +80,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 \
@@ -127,6 +127,7 @@ clean:
        rm -f mdate-sh texinfo.tex
        rm -f doc/stamp-vti
        rm -f config.h.in~
+       rm -f config.h.in
        find . -name Makefile.in -exec rm -f {} \; 
        rm -f compile
        rm -f ltmain.sh