pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp Smake


From: Ben Pfaff
Subject: [Pspp-cvs] pspp Smake
Date: Sun, 14 May 2006 21:06:44 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/05/14 21:06:44

Modified files:
        .              : Smake 

Log message:
        Break autoreconf call into calls to individual programs, to make it
        easier to figure out what's going wrong when something does.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/Smake.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: pspp/Smake
diff -u pspp/Smake:1.30 pspp/Smake:1.31
--- pspp/Smake:1.30     Wed May 10 03:47:38 2006
+++ pspp/Smake  Sun May 14 21:06:44 2006
@@ -58,7 +58,11 @@
        $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
                --source-base=gl --lib=libgl --tests-base=tests \
                --import $(GNULIB_MODULES)
-       autoreconf --install
+       autopoint
+       aclocal -I m4 -I gl/m4
+       autoconf
+       autoheader
+       automake --add-missing --copy --no-force
 
 gettextize:
        test -d m4 || mkdir m4




reply via email to

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