pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp configure.ac README ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp configure.ac README ChangeLog
Date: Tue, 13 Feb 2007 00:39:49 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/02/13 00:39:49

Modified files:
        .              : configure.ac README ChangeLog 

Log message:
        Note and enforce iconv requirement.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/configure.ac?cvsroot=pspp&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/pspp/README?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/ChangeLog?cvsroot=pspp&r1=1.67&r2=1.68

Patches:
Index: configure.ac
===================================================================
RCS file: /cvsroot/pspp/pspp/configure.ac,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- configure.ac        12 Feb 2007 02:10:55 -0000      1.52
+++ configure.ac        13 Feb 2007 00:39:49 -0000      1.53
@@ -92,6 +92,11 @@
   AC_DEFINE(DEBUGGING, 1, [Define to 1 if debugging is enabled.])
 fi
 
+# iconv is required
+if test "$am_cv_func_iconv" != "yes"; then
+   PSPP_REQUIRED_PREREQ([iconv (see http://www.gnu.org/software/libiconv/)])
+fi
+
 PSPP_CHECK_PREREQS
 
 AC_CONFIG_FILES([Makefile gl/Makefile intl/Makefile po/Makefile.in])

Index: README
===================================================================
RCS file: /cvsroot/pspp/pspp/README,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- README      26 Nov 2006 02:59:11 -0000      1.13
+++ README      13 Feb 2007 00:39:49 -0000      1.14
@@ -20,6 +20,10 @@
     * pkg-config (only if you need to regenerate configure after
       modifying configure.ac).
 
+    * iconv, which should be installed as part of a Unix-like system.
+      If you don't have a version already, you can install GNU
+      libiconv (http://www.gnu.org/software/libiconv/).
+
     * Optional: libncurses.  Without it, PSPP will assume it is
       running in an 80x25 terminal.
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- ChangeLog   12 Feb 2007 02:10:55 -0000      1.67
+++ ChangeLog   13 Feb 2007 00:39:49 -0000      1.68
@@ -1,3 +1,9 @@
+Mon Feb 12 16:39:18 2007  Ben Pfaff  <address@hidden>
+
+       * README: Note that iconv is required.
+
+       * configure.ac: Enforce iconv requirement.
+
 Thu Feb  8 14:56:18 2007  Ben Pfaff  <address@hidden>
 
        Reduce platform dependence.




reply via email to

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