diff options
author | Alan Modra <amodra@bigpond.net.au> | 2008-08-24 03:13:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2008-08-24 03:13:05 +0000 |
commit | ff1a5ef5e80d655134f219af0fb8c0dcb0f48999 (patch) | |
tree | dc67fd95183c598605657495f8ee3f16bade909c /opcodes/configure.in | |
parent | 29227d216ad721b837a18009832a919d59e88f8d (diff) | |
download | gdb-ff1a5ef5e80d655134f219af0fb8c0dcb0f48999.tar.gz |
Update a number of obsolete autoconf macros.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in index ce66f7f59e5..2800eed7503 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -21,16 +21,16 @@ AC_PROG_CC AC_GNU_SOURCE AC_USE_SYSTEM_EXTENSIONS -dnl These must be called before AM_PROG_LIBTOOL, because it may want +dnl These must be called before LT_INIT, because it may want dnl to call AC_CHECK_PROG. AC_CHECK_TOOL(AR, ar) AC_CHECK_TOOL(RANLIB, ranlib, :) dnl Default to a non shared library. This may be overridden by the dnl configure option --enable-shared. -AM_DISABLE_SHARED +AC_DISABLE_SHARED -AM_PROG_LIBTOOL +LT_INIT AC_ARG_ENABLE(targets, [ --enable-targets alternative target configurations], @@ -50,7 +50,7 @@ esac])dnl AM_BINUTILS_WARNINGS -AM_CONFIG_HEADER(config.h:config.in) +AC_CONFIG_HEADERS(config.h:config.in) if test -z "$target" ; then AC_MSG_ERROR(Unrecognized target system type; please check config.sub.) |