summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-04-11 02:06:39 +0200
committerRalf Baechle <ralf@linux-mips.org>2019-04-11 02:06:39 +0200
commit9ba554475beb3f441bc5a06f359e6563d9a2a135 (patch)
treeb00caa36b84dc9e013720fec0296cb27ad850aca
parentc6970179b608be58c50587e32b5bcc994bebb643 (diff)
configure: Replace AC_PROG_LIBTOOL with LT_INIT.
Recent autoconf versions have retired AC_PROG_LIBTOOL (and AM_PROG_LIBTOOL) in favor of LT_INIT. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d122b02..d2db4ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_GCC_TRADITIONAL
-AC_PROG_LIBTOOL
+LT_INIT
dnl Checks for libraries.