summaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-08-24 03:13:05 +0000
committerAlan Modra <amodra@bigpond.net.au>2008-08-24 03:13:05 +0000
commit660909e1c54642597701268c8c18876c524f8be6 (patch)
tree0a9ba39b710844e6933a69aa1a00b596d14d6834 /bfd/configure.in
parent3fff843379a9a17496a9b01080d6ec4a24f5bf19 (diff)
downloadbinutils-redhat-660909e1c54642597701268c8c18876c524f8be6.tar.gz
Update a number of obsolete autoconf macros.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index cd31706767..d098988d16 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -10,20 +10,20 @@ AC_ISC_POSIX
AM_INIT_AUTOMAKE(bfd, 2.18.50)
-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
AC_PROG_CC
AC_GNU_SOURCE
AC_USE_SYSTEM_EXTENSIONS
-AC_PROG_LIBTOOL
+LT_INIT
AC_ARG_ENABLE(64-bit-bfd,
[ --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)],
@@ -102,7 +102,7 @@ ACX_BUGURL([http://www.sourceware.org/bugzilla/])
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.)