summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-10 12:13:02 +0200
committerJim Meyering <meyering@redhat.com>2011-06-10 12:13:02 +0200
commitbc84c8506c13f9b94099b84e19d052b8d9f0aa20 (patch)
tree653851763bdcce289aee80e2d9ed41810bec64b8 /configure.ac
parent0b6cd440ac094cefd791dba9d19d112aafd09fdf (diff)
downloadparted-bc84c8506c13f9b94099b84e19d052b8d9f0aa20.tar.gz
maint: prefer AC_PROG_LIBTOOL over slightly deprecated AM_PROG_LIBTOOL
* configure.ac: Use AC_PROG_LIBTOOL rather than slightly deprecated AM_PROG_LIBTOOL.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ce2b3b5..878b515 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,7 +279,7 @@ off_t is less than 8 bytes. Using llseek syscall, and disabling shared
libraries.)
AM_DISABLE_SHARED
fi
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
AM_GNU_GETTEXT_VERSION([0.18])
AM_GNU_GETTEXT([external])