OSDN Git Service

* configure.ac: use AC_CANONICAL_TARGET instead of AC_CANONICAL_HOST.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 19 May 2002 11:47:03 +0000 (11:47 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 19 May 2002 11:47:03 +0000 (11:47 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@64 6a8cc165-1e22-0410-a132-eb4e3f353aba

configure.ac

index 2f18d08..a76215b 100644 (file)
@@ -1,10 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(lha, 1.14i)
+AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 
-AC_CANONICAL_HOST
-
 AC_DEFINE_UNQUOTED(PLATFORM, "$ac_cv_host",
                   [the type of system on which the package will run.])