diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-22 15:59:23 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-22 15:59:23 +0000 |
commit | fc8f4b44a0d11199d2c8a432a64fc4db37a724f1 (patch) | |
tree | b044b688cb830fa966e7caf449990bae50aefb82 /gold/Makefile.am | |
parent | 1c414a3fd67311da5c3245f5048d09e633209cd5 (diff) | |
download | binutils-redhat-fc8f4b44a0d11199d2c8a432a64fc4db37a724f1.tar.gz |
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.am')
-rw-r--r-- | gold/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am index 513699fb20..4be1d47d1d 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -1,6 +1,6 @@ # Process this file with automake to generate Makefile.in -AUTOMAKE_OPTIONS = +AUTOMAKE_OPTIONS = foreign SUBDIRS = po testsuite |