summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-13 19:03:48 +0100
committerJim Meyering <meyering@redhat.com>2012-01-13 19:03:48 +0100
commitc286b5779ec484de50a912f2b4128a1788a31cab (patch)
treecdf86fc6964a35730134df3ce2c257940b771c76 /configure.ac
parent65d888ebe876e14a581df99d318b5f69d04ceb3d (diff)
downloadparted-c286b5779ec484de50a912f2b4128a1788a31cab.tar.gz
build: use LT_INIT, to make bootstrap run libtoolize
* configure.ac: Use LT_INIT, so that bootstrap runs libtoolize, which creates build-aux/ltmain.sh.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 82ffd4a..1444279 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,7 @@ libraries.)
AM_DISABLE_SHARED
fi
AC_PROG_LIBTOOL
+LT_INIT
AM_GNU_GETTEXT_VERSION([0.18])
AM_GNU_GETTEXT([external])