+Mon Feb 12 16:39:18 2007 Ben Pfaff <blp@gnu.org>
+
+ * README: Note that iconv is required.
+
+ * configure.ac: Enforce iconv requirement.
+
Thu Feb 8 14:56:18 2007 Ben Pfaff <blp@gnu.org>
Reduce platform dependence.
* 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.
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])