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: Sat, 17 Sep 2005 14:02:43 -0400

Index: pspp/Smake
diff -u pspp/Smake:1.14 pspp/Smake:1.15
--- pspp/Smake:1.14     Sun Aug  7 04:56:17 2005
+++ pspp/Smake  Sat Sep 17 18:02:42 2005
@@ -3,10 +3,17 @@
 GNULIB = ../gnulib
 GNULIB_TOOL = $(GNULIB)/gnulib-tool
 
+GNULIB_MODULES = alloca alloca-opt assert full-read full-write         \
+gethostname getline getlogin_r getopt gettext memchr memcmp memmem     \
+memmove memset progname readlink restrict snprintf stat-macros stdbool \
+stpcpy strcase strcspn strerror strftime strstr strtod strtok_r strtol \
+strtoul vsnprintf xalloc xalloc-die xreadlink
+
 all: po/POTFILES.in
        test -d m4 || mkdir m4
        touch m4/Makefile.am
-       $(GNULIB_TOOL) --import
+       $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
+               --source-base=gl --lib=libgl --import $(GNULIB_MODULES)
        autoreconf --install
 
 gettextize:




reply via email to

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