Browse Source

* Makefile.am: Add ACLOCAL_AMFLAGS.

* configure.in: Change macro call order.
        * Makefile.in: Regenerate.
        * configure: Regenerate.
binutils-2_18-branch
Steve Ellcey 19 years ago
parent
commit
d45dc31f55
  1. 7
      binutils/ChangeLog
  2. 1
      binutils/Makefile.am
  3. 1
      binutils/Makefile.in
  4. 3299
      binutils/configure
  5. 7
      binutils/configure.in

7
binutils/ChangeLog

@ -1,3 +1,10 @@
2007-04-14 Steve Ellcey <sje@cup.hp.com>
* Makefile.am: Add ACLOCAL_AMFLAGS.
* configure.in: Change macro call order.
* Makefile.in: Regenerate.
* configure: Regenerate.
2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
* Makefile.am (TOOL_PROGS): Add objcopy.

1
binutils/Makefile.am

@ -1,6 +1,7 @@
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus dejagnu
ACLOCAL_AMFLAGS = -I ..
SUBDIRS = doc po

1
binutils/Makefile.in

@ -332,6 +332,7 @@ target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = cygnus dejagnu
ACLOCAL_AMFLAGS = -I ..
SUBDIRS = doc po
tooldir = $(exec_prefix)/$(target_alias)
YFLAGS = -d

3299
binutils/configure

File diff suppressed because it is too large

7
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

Loading…
Cancel
Save