summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-12 12:02:11 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-12 12:04:37 +0100
commitbad14617432cc04cee82d5c9291386578522a886 (patch)
treea5a58ef7b55dc13eaa90335ad729060ee726b7ac
parentdf9dff90eef16def33cece13de02ba4adab5a524 (diff)
downloadhivex-bad14617432cc04cee82d5c9291386578522a886.tar.gz
hivex-bad14617432cc04cee82d5c9291386578522a886.tar.xz
hivex-bad14617432cc04cee82d5c9291386578522a886.zip
configure: AC_PROG_LIBTOOL -> AM_PROG_LIBTOOL.
Unclear if this makes any difference.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 65aa538..c4b360b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_DEFINE([PACKAGE_VERSION_EXTRA],["hivex_extra"],[Extra version string])
gl_EARLY
gl_INIT
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
dnl Check for basic C environment.
AC_PROG_CC_STDC