aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2010-08-28 13:18:21 +0300
committerPetteri Räty <petsku@petteriraty.eu>2010-08-28 13:18:21 +0300
commitc1e8f854084952d656c4b04f29296339d854bec5 (patch)
tree473004f800814ea44bad16160105cfb6cd45ad34 /configure.ac
parentAdd autogen.sh (diff)
downloadlibbash-c1e8f854084952d656c4b04f29296339d854bec5.tar.gz
libbash-c1e8f854084952d656c4b04f29296339d854bec5.tar.bz2
libbash-c1e8f854084952d656c4b04f29296339d854bec5.zip
Make AC_PREREQ the first thing in configure.ac
Move AC_PREREQ as the first thing in configure.ac so that it gets run before the macros needing a new autoconf version. Autoconf manual says it's ok to run it before AC_INIT.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 659cc38..2b70f5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,10 +16,10 @@
#along with libbash. If not, see <http://www.gnu.org/licenses/>.
##############################################
+AC_PREREQ([2.65])
AC_CONFIG_MACRO_DIR([m4])
AC_INIT([libbash], [0.1],[powerofazure@gmail.com])
AM_INIT_AUTOMAKE([parallel-tests subdir-objects])
-AC_PREREQ([2.65])
AC_PROG_CXX
LT_INIT
AC_PROG_LIBTOOL