summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-19 08:22:16 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-19 08:22:16 +0000
commit99894a159987400aae23be87e566384a1eb8fbdc (patch)
treee7df79cf93f656314203ae90e1119375bd1d545e
parent282dc602368f211c650a433f0cdd5b1d3c0ad896 (diff)
Switch from deprecated AM_PROG_LIBTOOL to recommended AC_PROG_LIBTOOL.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 20391b8..8936c40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_GCC_TRADITIONAL
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
dnl Checks for libraries.
AC_SUBST(AX25_LIB)