diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-12 17:12:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-12 17:12:46 +0000 |
commit | f05692463ca14b5fb6bbe4e207db0b2c73da963b (patch) | |
tree | 690c53c9e0822d6a36302dc748a33f268c6ef080 /sim/arm/configure.ac | |
parent | 38f48d729d916673434b57dabd7e88e637544033 (diff) | |
download | gdb-f05692463ca14b5fb6bbe4e207db0b2c73da963b.zip gdb-f05692463ca14b5fb6bbe4e207db0b2c73da963b.tar.gz gdb-f05692463ca14b5fb6bbe4e207db0b2c73da963b.tar.bz2 |
Index: sh/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: mn10300/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: d10v/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: erc32/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: frv/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: h8300/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: m32r/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: mcore/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: mips/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: v850/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Index: common/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* common.m4: New file, based on of aclocal.m4.
Index: arm/ChangeLog
2005-01-12 Andrew Cagney <cagney@gnu.org>
* configure.ac: Update to use ../common/common.m4.
* configure: Re-generate.
Diffstat (limited to 'sim/arm/configure.ac')
-rw-r--r-- | sim/arm/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/arm/configure.ac b/sim/arm/configure.ac index 31af20a..f7e7055 100644 --- a/sim/arm/configure.ac +++ b/sim/arm/configure.ac @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. -sinclude(../common/aclocal.m4) AC_PREREQ(2.59)dnl AC_INIT(Makefile.in) -SIM_AC_COMMON +sinclude(../common/common.m4) +sinclude(../common/aclocal.m4) AC_CHECK_HEADERS(unistd.h) |