Add `AC_CANONICAL_TARGET'; use `AC_PROG_LIBTOOL' instead of
authortomo <tomo>
Wed, 15 Oct 2003 08:41:59 +0000 (08:41 +0000)
committertomo <tomo>
Wed, 15 Oct 2003 08:41:59 +0000 (08:41 +0000)
`AC_CHECK_PROGS' for `LIBTOOL'.

configure.in

index cbf3d40..a8a5d9f 100644 (file)
@@ -6,10 +6,13 @@ AC_INIT(libchise, 0.2.0, chise-en@m17n.org)
 AC_CONFIG_SRCDIR(chise.c)
 AC_CONFIG_HEADER(config.h)
 
+AC_CANONICAL_TARGET
+
 # Checks for programs.
 AC_PROG_CC
-AC_CHECK_PROGS(LIBTOOL, glibtool libtool, libtool, \
-       /usr/local/bin:/opt/bin:/sw/bin:/usr/bin:/bin)
+AC_PROG_LIBTOOL
+#  AC_CHECK_PROGS(LIBTOOL, glibtool libtool, libtool, \
+#      /usr/local/bin:/opt/bin:/sw/bin:/usr/bin:/bin)
 
 # Checks for libraries.
 if test -f /sw/include/db3/db.h; then