gnucash-18-branch configure.in

Neil Williams linux at codehelp.co.uk
Tue Nov 2 16:11:08 EST 2004


Sorry this isn't in makepatch format, but it's really small - I couldn't build 
the branch on Debian without the PREREQ tag. Is it possible this can be 
included or was there a reason why it was omitted?

Without this patch, autoconf tried to build using autoconf2.13 which failed.

From the Debian autoconf readme:
Otherwise, `configure.in' (or the file specified on the
          command line, if any) is read.  It is checked for the
          presence of an AC_PREREQ directive.  If it specifies a
          minimum version higher than 2.13, Autoconf 2.50 is used.
          `aclocal.m4', if present, is also scanned.

(Any of these would let it build on Debian, I just selected that one for the 
patch - if there's a better one, that's fine.)

--- configure.in.old    2004-11-02 21:06:04.000000000 +0000
+++ configure.in        2004-11-02 21:05:32.000000000 +0000
@@ -29,6 +29,7 @@ dnl Process this file with autoconf to p
 AC_INIT(src/engine/Transaction.h)

 AC_PROG_CC
+AC_PREREQ(2.53)

 GNUCASH_MAJOR_VERSION=1
 GNUCASH_MINOR_VERSION=8

-- 

Neil Williams
=============
http://www.codehelp.co.uk/
http://www.dclug.org.uk/
http://www.isbn.org.uk/
http://sourceforge.net/projects/isbnsearch/

http://www.biglumber.com/x/web?qs=0x8801094A28BCB3E3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.gnucash.org/pipermail/gnucash-patches/attachments/20041102/5467bcbd/attachment.bin


More information about the gnucash-patches mailing list