From a4e102786ea6fa43cd2afd26e29431d13114e6eb Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 28 Oct 2001 14:58:24 +0000 Subject: [PATCH] * 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0