projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c6131c
)
Add AC_PROG_LIBTOOL. Comment out LT_PREREQ and
author
handa
<handa>
Sat, 3 Apr 2010 15:40:54 +0000
(15:40 +0000)
committer
handa
<handa>
Sat, 3 Apr 2010 15:40:54 +0000
(15:40 +0000)
LT_INIT.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
6e0b867
..
bda8981
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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