aboutsummaryrefslogtreecommitdiff
path: root/opcodes/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-07 01:23:22 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-07 01:23:22 +0000
commit40db6118849d95d3781556b72c75ecbdb329e0f4 (patch)
treed24a803243f1721d2b9f37accf6e565e87b1cb6d /opcodes/configure.in
parent86038ada178e4cf8f3a541f2720b26761901e769 (diff)
downloadgdb-40db6118849d95d3781556b72c75ecbdb329e0f4.zip
gdb-40db6118849d95d3781556b72c75ecbdb329e0f4.tar.gz
gdb-40db6118849d95d3781556b72c75ecbdb329e0f4.tar.bz2
* Makefile.in (ALL_CFLAGS): Define.
(.c.o, disassemble.o): Use $(ALL_CFLAGS). (MOSTLYCLEAN): Add config.log. (distclean): Don't remove config.log. * configure.in: Substitute HDEFINES. * configure: Rebuild.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r--opcodes/configure.in20
1 files changed, 8 insertions, 12 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in
index c7372aa..0af46fc 100644
--- a/opcodes/configure.in
+++ b/opcodes/configure.in
@@ -29,8 +29,16 @@ esac])dnl
# host-specific stuff:
+. ${srcdir}/../bfd/configure.host
+
AC_PROG_CC
+AC_SUBST(CFLAGS)
+AC_SUBST(HDEFINES)
+AR=${AR-ar}
+AC_SUBST(AR)
AC_PROG_RANLIB
+AC_PROG_INSTALL
+
AC_CHECK_HEADERS(string.h strings.h)
AC_CONFIG_AUX_DIR(`cd $srcdir/..;pwd`)
@@ -43,18 +51,6 @@ if test -z "$host" ; then
fi
AC_ARG_PROGRAM
-. ${srcdir}/../bfd/configure.host
-
-if test -f ${srcdir}/../bfd/config/${my_host}.mh ; then
- host_makefile_frag=${srcdir}/../bfd/config/${my_host}.mh
- frags=${host_makefile_frag}
-else
- host_makefile_frag=/dev/null
- frags=
-fi
-AC_SUBST_FILE(host_makefile_frag)
-AC_SUBST(frags)
-
# target-specific stuff:
# Canonicalize the secondary target names.