OSDN Git Service

Fix a bug. master
authorI.S <issoftware@users.sourceforge.jp>
Fri, 18 Dec 2009 10:18:25 +0000 (19:18 +0900)
committerI.S <issoftware@users.sourceforge.jp>
Fri, 18 Dec 2009 10:18:25 +0000 (19:18 +0900)
ChangeLog
configure
configure.in
islibfunc.hpp

index e1776e5..998d2ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * Version 1.1.0 released.
 
+2009-12-18  I.S.
+
+       * Version 1.1.1 released.
+
 \f
 ----------------------------------------------------------------------
 This file is part of I.S. Software Libraries.
index 6583149..537e1c7 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.64 for islib 1.0.1.
+# Generated by GNU Autoconf 2.64 for islib 1.1.1.
 #
 # Report bugs to <issoftware@users.sourceforge.jp>.
 #
@@ -549,8 +549,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='islib'
 PACKAGE_TARNAME='islib'
-PACKAGE_VERSION='1.0.1'
-PACKAGE_STRING='islib 1.0.1'
+PACKAGE_VERSION='1.1.1'
+PACKAGE_STRING='islib 1.1.1'
 PACKAGE_BUGREPORT='issoftware@users.sourceforge.jp'
 PACKAGE_URL=''
 
@@ -1245,7 +1245,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.1 to adapt to many kinds of systems.
+\`configure' configures islib 1.1.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1311,7 +1311,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of islib 1.0.1:";;
+     short | recursive ) echo "Configuration of islib 1.1.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1401,7 +1401,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-islib configure 1.0.1
+islib configure 1.1.1
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1903,7 +1903,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.1, which was
+It was created by islib $as_me 1.1.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -5409,7 +5409,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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.1, which was
+This file was extended by islib $as_me 1.1.1, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5473,7 +5473,7 @@ Report bugs to <issoftware@users.sourceforge.jp>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-islib config.status 1.0.1
+islib config.status 1.1.1
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 1263942..77954be 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.63])
-AC_INIT([islib], [1.1.0], [issoftware@users.sourceforge.jp])
+AC_INIT([islib], [1.1.1], [issoftware@users.sourceforge.jp])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADERS([config.h])
 
index d44251d..cab2d3e 100644 (file)
@@ -41,8 +41,6 @@
 //
 #define islib_throw_if_with_message(exception,where,predicate) islib::islib_throw_if ( exception ( #where ": " #predicate ), predicate )
 
-#endif // DEFINE_ISLIB_ISLIBFUNC_HPP
-
 namespace islib
   {
     //
@@ -174,6 +172,8 @@ namespace islib
       }
   }
 
+#endif // DEFINE_ISLIB_ISLIBFUNC_HPP
+
 //
 // End of file
 //