From: Richard Kreckel Date: Sun, 28 Oct 2001 14:58:24 +0000 (+0000) Subject: * Require Autoconf 2.50. X-Git-Tag: release_1-0-0~20 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=a4e102786ea6fa43cd2afd26e29431d13114e6eb;p=ginac.git * Require Autoconf 2.50. Rationale: Older versions set YYTEXT_POINTER wrong in config.h for nearly all non-Linux platforms resulting in a build failure. Note to developers: you either need to install your own autoconf or run autogen.sh on a Debian Woody platform (which has a hybrid 2.13/2.52 installation of Autoconf, choosing 2.13 by default and 2.52 if AC_PREREQ asks for it. Sorry. --- diff --git a/configure.in b/configure.in index 26627588..c0126d58 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(ginac/basic.cpp) -AC_PREREQ(2.13) +AC_PREREQ(2.50) dnl GiNaC library version information. dnl