* Makefile.am: Add ACLOCAL_AMFLAGS.

* configure.in: Change macro call order.
        * Makefile.in: Regenerate.
        * configure: Regenerate.
This commit is contained in:
Steve Ellcey
2007-04-14 20:38:13 +00:00
parent cfbc9945d4
commit d45dc31f55
5 changed files with 748 additions and 741 deletions

View File

@@ -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