OSDN Git Service

* configure.in, configure.ac: updated version.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 16 Jun 2002 18:35:22 +0000 (18:35 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 16 Jun 2002 18:35:22 +0000 (18:35 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@201 6a8cc165-1e22-0410-a132-eb4e3f353aba

configure.ac
configure.in

index 8942edb..c451734 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([LHa for UNIX], 1.14i-ac20020605, jca02266@nifty.ne.jp, lha)
+AC_INIT([LHa for UNIX], 1.14i-ac20020617, jca02266@nifty.ne.jp, lha)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
index d7a6808..b52788a 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT(src/lha.h)
-AM_INIT_AUTOMAKE(lha, 1.14i-ac20020605)
+AM_INIT_AUTOMAKE(lha, 1.14i-ac20020617)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST
@@ -72,7 +72,7 @@ fi
 AC_TYPE_SIGNAL
 AC_FUNC_FORK
 AC_FUNC_UTIME_NULL
-# checks readdir(). opendir() has checked and cached on AC_HEADER_DIRENT.
+# checks readdir(). opendir() has been checked and cached by AC_HEADER_DIRENT.
 AC_SEARCH_LIBS(readdir, [mingwex])
 AC_CHECK_FUNCS(strchr strdup memcpy memset memmove)
 AC_CHECK_FUNCS(mktime timelocal tzset ftime gettimeofday utime)