Add AC_PROG_LIBTOOL. Comment out LT_PREREQ and
authorhanda <handa>
Sat, 3 Apr 2010 15:40:54 +0000 (15:40 +0000)
committerhanda <handa>
Sat, 3 Apr 2010 15:40:54 +0000 (15:40 +0000)
LT_INIT.

configure.ac

index 6e0b867..bda8981 100644 (file)
@@ -26,6 +26,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT([m17n-lib],[1.6.1],[m17n-lib-bug@m17n.org])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
+AC_PROG_LIBTOOL
 AC_CONFIG_HEADERS([src/config.h])
 AM_MAINTAINER_MODE
 
@@ -45,8 +46,8 @@ AC_SUBST(GETTEXTDIR)
 
 dnl Checks for programs for compiling.
 AC_PROG_CC
-LT_PREREQ([2.2.4])
-LT_INIT
+dnl LT_PREREQ([2.2.4])
+dnl LT_INIT
 
 dnl Checks for X libraries.
 AC_PATH_XTRA