]> www.ginac.de Git - ginac.git/commitdiff
* Require Autoconf 2.50.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 28 Oct 2001 14:58:24 +0000 (14:58 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 28 Oct 2001 14:58:24 +0000 (14:58 +0000)
  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

index 26627588159ca7a7c4339ca600ac4c3f3ad076e0..c0126d5806f8823e0df41ed843b73a1ab84fc41c 100644 (file)
@@ -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