From 0b03fb4d24ed349662bd99d5b51eeaa973cb099a Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 5 May 2010 13:10:37 -0700 Subject: [PATCH] Build: Move Autoconf version check to standard location. --- configure.in | 2 ++ stepmake/aclocal.m4 | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5