bug-gnu-pspp
[Top][All Lists]
Advanced

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

Re: PSPP-BUG: a typo in configure.ac


From: Ben Pfaff
Subject: Re: PSPP-BUG: a typo in configure.ac
Date: Fri, 13 Jun 2008 22:32:46 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Stepan Kasal <address@hidden> writes:

>   pspp's configure.ac contains AX_PREREQ(2.60)
> near the top.  I would guess that this is a typo and the intention
> was to have AC_PREREQ there.
> Sorry if I'm missing something.

You're right.  (I don't know how we missed this.)

I pushed the following:

commit 63832d682aabafcf31616a0bd89e5d85571e741c
Author: Ben Pfaff <address@hidden>
Date:   Fri Jun 13 22:26:48 2008 -0700

    Fix typo in AC_PREREQ command name.

diff --git a/ChangeLog b/ChangeLog
index a56be93..bcf78ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-13  Ben Pfaff  <address@hidden>
+
+       * configure.ac: Fix typo in AC_PREREQ command name.  Thanks to
+       Stepan Kasal <address@hidden> for reporting the problem.
+
 2008-06-04  Ben Pfaff  <address@hidden>
 
        * configure.ac: Update version number to 0.6.0 in preparation for
diff --git a/configure.ac b/configure.ac
index 22ef133..a028fcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 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],address@hidden)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE

-- 
"Sanity is not statistical."
--George Orwell




reply via email to

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