From: tomo Date: Wed, 15 Oct 2003 08:41:59 +0000 (+0000) Subject: Add `AC_CANONICAL_TARGET'; use `AC_PROG_LIBTOOL' instead of X-Git-Tag: b1-r0_2_0-pre10~12 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af01d3b18af7248287f0cf59d33ec0d53873bf57;p=chise%2Flibchise.git Add `AC_CANONICAL_TARGET'; use `AC_PROG_LIBTOOL' instead of `AC_CHECK_PROGS' for `LIBTOOL'. --- diff --git a/configure.in b/configure.in index cbf3d40..a8a5d9f 100644 --- a/configure.in +++ b/configure.in @@ -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