+2008-06-13 Ben Pfaff <blp@gnu.org>
+
+ * configure.ac: Fix typo in AC_PREREQ command name. Thanks to
+ Stepan Kasal <kasal@ucw.cz> for reporting the problem.
+
2008-06-04 Ben Pfaff <blp@gnu.org>
* configure.ac: Update version number to 0.6.0 in preparation for
dnl Process this file with autoconf to produce a configure script.
dnl Initialize.
-AX_PREREQ(2.60)
+AC_PREREQ(2.60)
AC_INIT([pspp],[0.6.0],[bug-gnu-pspp@gnu.org])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE