use moments.c to compute moments
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 4559ad4a88f20668a5771d3d5f064d82f26f5af2..8956a743a6569213b6c9308df99d1b844438f82a 100644 (file)
--- a/Smake
+++ b/Smake
@@ -19,12 +19,11 @@ GNULIB_MODULES = \
        getline \
        getlogin_r \
        getopt \
-       gettext \
+       gettext-h \
        intprops \
        inttostr \
        linebreak \
        localcharset \
-       minmax \
         mbchar \
        memcasecmp \
        memchr \
@@ -36,6 +35,7 @@ GNULIB_MODULES = \
        minmax \
        mkstemp \
        progname \
+       relocatable-prog \
        snprintf \
        stdarg \
        stdbool \
@@ -70,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
@@ -82,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 \