From: Patrick McCarty Date: Wed, 5 May 2010 20:10:37 +0000 (-0700) Subject: Build: Move Autoconf version check to standard location. X-Git-Tag: release/2.13.21-1~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0b03fb4d24ed349662bd99d5b51eeaa973cb099a;p=lilypond.git Build: Move Autoconf version check to standard location. --- diff --git a/configure.in b/configure.in index 10036bbd50..a97128e61b 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,8 @@ dnl configure.in -*-shell-script-*- dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.50) + # Bootstrap the init proces. AC_INIT diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index e4a4cb65b2..605916ccf9 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -643,7 +643,6 @@ AC_DEFUN(STEPMAKE_GXX, [ AC_DEFUN(STEPMAKE_INIT, [ - AC_PREREQ(2.50) . $srcdir/VERSION FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL MICRO_VERSION=$PATCH_LEVEL