diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-22 15:59:24 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-22 15:59:24 +0000 |
commit | c462b41bcd55e63fea8e1ea59b454d5d56c751dc (patch) | |
tree | a73afb943c94f2903c7809b5cafe41bc3f9a9dd3 /gold/Makefile.in | |
parent | 75086676098339eb1bbe2ffa7c9380c3cd7887e5 (diff) | |
download | gdb-c462b41bcd55e63fea8e1ea59b454d5d56c751dc.zip gdb-c462b41bcd55e63fea8e1ea59b454d5d56c751dc.tar.gz gdb-c462b41bcd55e63fea8e1ea59b454d5d56c751dc.tar.bz2 |
Minor fixes in sim, gold, gdb for Autoconf 2.64, Automake 1.11.
gold/:
* Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
* Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
gdb/:
* configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of
AC_GNU_SOURCE, AC_AIX, AC_ISC_POSIX.
sim/common/:
* aclocal.m4 (SIM_CHECK_MEMBER): Replace definition with
definition of AC_CHECK_MEMBER.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r-- | gold/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in index c7474b1..4af4af8 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -301,7 +301,7 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -AUTOMAKE_OPTIONS = +AUTOMAKE_OPTIONS = foreign SUBDIRS = po testsuite tooldir = $(exec_prefix)/$(target_alias) ACLOCAL_AMFLAGS = -I ../bfd -I ../config |