OSDN Git Service

Fixed configure.in.
authorI.S <issoftware@users.sourceforge.jp>
Fri, 25 Sep 2009 06:12:43 +0000 (15:12 +0900)
committerI.S <issoftware@users.sourceforge.jp>
Fri, 25 Sep 2009 06:12:43 +0000 (15:12 +0900)
ChangeLog
configure
configure.in

index a1d21e8..f43ad8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 
        * Version 1.0.0 released.
 
+2009-09-25  I.S.
+
+       * COPYING, INSTALL, depcomp, install-sh, missing: change to regular files.
+       
+2009-09-25  I.S.
+
+       * Makefile.am: corresponded besides GCC.
+       
+2009-09-25  I.S.
+
+       * Version 1.0.1 released.
+       
 \f
 ----------------------------------------------------------------------
 This file is part of I.S. Software Libraries.
index 2e99a61..945dd93 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for islib 1.0.0.
+# Generated by GNU Autoconf 2.63 for islib 1.0.1.
 #
 # Report bugs to <issoftware@users.sourceforge.jp>.
 #
@@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='islib'
 PACKAGE_TARNAME='islib'
-PACKAGE_VERSION='1.0.0'
-PACKAGE_STRING='islib 1.0.0'
+PACKAGE_VERSION='1.0.1'
+PACKAGE_STRING='islib 1.0.1'
 PACKAGE_BUGREPORT='issoftware@users.sourceforge.jp'
 
 ac_unique_file="config.h.in"
@@ -1299,7 +1299,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures islib 1.0.0 to adapt to many kinds of systems.
+\`configure' configures islib 1.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1365,7 +1365,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of islib 1.0.0:";;
+     short | recursive ) echo "Configuration of islib 1.0.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1455,7 +1455,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-islib configure 1.0.0
+islib configure 1.0.1
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1469,7 +1469,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by islib $as_me 1.0.0, which was
+It was created by islib $as_me 1.0.1, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -6333,7 +6333,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by islib $as_me 1.0.0, which was
+This file was extended by islib $as_me 1.0.1, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6396,7 +6396,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-islib config.status 1.0.0
+islib config.status 1.0.1
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 3f0d841..045f948 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.63])
-AC_INIT([islib], [1.0.0], [issoftware@users.sourceforge.jp])
+AC_INIT([islib], [1.0.1], [issoftware@users.sourceforge.jp])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADERS([config.h])