aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2005-04-26 10:24:45 +0000
committerJerome Guitton <guitton@adacore.com>2005-04-26 10:24:45 +0000
commitdb5152b48da0a2ba407dac5516ab621063aa063c (patch)
tree9e08d9a6772c85b61900a4d379d8f65422d46611 /opcodes
parent8e5b6e16eebcf9e43a756b412a25d8c85d3e62de (diff)
downloadfsf-binutils-gdb-db5152b48da0a2ba407dac5516ab621063aa063c.zip
fsf-binutils-gdb-db5152b48da0a2ba407dac5516ab621063aa063c.tar.gz
fsf-binutils-gdb-db5152b48da0a2ba407dac5516ab621063aa063c.tar.bz2
* configure.in: Fix the check for basename declaration.
* configure: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
-rwxr-xr-xopcodes/configure3
-rw-r--r--opcodes/configure.in2
3 files changed, 7 insertions, 3 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index cba7480..43158ac 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-26 Jerome Guitton <guitton@gnat.com>
+
+ * configure.in: Fix the check for basename declaration.
+ * configure: Regenerate.
+
2005-04-19 Alan Modra <amodra@bigpond.net.au>
* ppc-opc.c (RTO): Define.
diff --git a/opcodes/configure b/opcodes/configure
index 094f8c1..7080cee 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -8542,8 +8542,7 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include "sysdep.h"
-
+$ac_includes_default
int
main ()
{
diff --git a/opcodes/configure.in b/opcodes/configure.in
index 3e356b3..afc5c36 100644
--- a/opcodes/configure.in
+++ b/opcodes/configure.in
@@ -72,7 +72,7 @@ AC_PROG_INSTALL
AC_CHECK_HEADERS(string.h strings.h stdlib.h)
-AC_CHECK_DECLS(basename, , , [#include "sysdep.h"])
+AC_CHECK_DECLS(basename)
cgen_maint=no
cgendir='$(srcdir)/../cgen'