OSDN Git Service

build: use LT_INIT, to make bootstrap run libtoolize
authorJim Meyering <meyering@redhat.com>
Fri, 13 Jan 2012 18:03:48 +0000 (19:03 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 13 Jan 2012 18:03:48 +0000 (19:03 +0100)
* configure.ac: Use LT_INIT, so that bootstrap runs libtoolize,
which creates build-aux/ltmain.sh.

configure.ac

index 82ffd4a..1444279 100644 (file)
@@ -280,6 +280,7 @@ libraries.)
        AM_DISABLE_SHARED
 fi
 AC_PROG_LIBTOOL
+LT_INIT
 
 AM_GNU_GETTEXT_VERSION([0.18])
 AM_GNU_GETTEXT([external])