pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/Smake


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/Smake
Date: Mon, 19 Sep 2005 13:25:19 -0400

Index: pspp/Smake
diff -u pspp/Smake:1.15 pspp/Smake:1.16
--- pspp/Smake:1.15     Sat Sep 17 18:02:42 2005
+++ pspp/Smake  Mon Sep 19 17:25:19 2005
@@ -13,7 +13,8 @@
        test -d m4 || mkdir m4
        touch m4/Makefile.am
        $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
-               --source-base=gl --lib=libgl --import $(GNULIB_MODULES)
+               --source-base=gl --lib=libgl --tests-base=tests \
+               --import $(GNULIB_MODULES)
        autoreconf --install
 
 gettextize:
@@ -28,6 +29,13 @@
        done | sort | uniq > address@hidden
        if test ! -e $@ || ! cmp -s address@hidden $@; then mv address@hidden 
$@; fi
        rm -f address@hidden
+
+check: all
+       rm -rf _check
+       mkdir _check
+       cd _check && ../configure $(CONFIGUREFLAGS)
+       cd _check && make distcheck
+       rm -rf _check
 
 PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in   \
 po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed               \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]