summaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2007-04-14 20:38:13 +0000
committerSteve Ellcey <sje@cup.hp.com>2007-04-14 20:38:13 +0000
commitdcc1b7454173ad2ba7e879bc31cec0f8a58a2ede (patch)
treefee84ba5a63531fdcacf5d939aef8f5cd2b03cc5 /binutils/configure.in
parent26832c701b759951a9acc344e500a932c1d3511a (diff)
downloadbinutils-redhat-dcc1b7454173ad2ba7e879bc31cec0f8a58a2ede.tar.gz
* Makefile.am: Add ACLOCAL_AMFLAGS.
* configure.in: Change macro call order. * Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 8c53725266..1871f98771 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -11,7 +11,9 @@ BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${
changequote([,])dnl
AM_INIT_AUTOMAKE(binutils, ${BFD_VERSION})
-AM_PROG_LIBTOOL
+AC_PROG_CC
+AC_GNU_SOURCE
+AC_PROG_LIBTOOL
AC_ARG_ENABLE(targets,
[ --enable-targets alternative target configurations],
@@ -40,9 +42,6 @@ if test -z "$host" ; then
AC_MSG_ERROR(Unrecognized host system type; please check config.sub.)
fi
-AC_PROG_CC
-AC_GNU_SOURCE
-
AC_PROG_YACC
AM_PROG_LEX