configure: AC_PROG_LIBTOOL -> AM_PROG_LIBTOOL.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 12 May 2011 11:02:11 +0000 (12:02 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 12 May 2011 11:04:37 +0000 (12:04 +0100)
Unclear if this makes any difference.

configure.ac

index 65aa538..c4b360b 100644 (file)
@@ -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