diff --git a/qse/configure b/qse/configure index 6c80ac24..1def473e 100755 --- a/qse/configure +++ b/qse/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.64 for qse 0.5.3. +# Generated by GNU Autoconf 2.64 for qse 0.5.4. # # Report bugs to . # @@ -698,8 +698,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='qse' PACKAGE_TARNAME='qse' -PACKAGE_VERSION='0.5.3' -PACKAGE_STRING='qse 0.5.3' +PACKAGE_VERSION='0.5.4' +PACKAGE_STRING='qse 0.5.4' PACKAGE_BUGREPORT='Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)' PACKAGE_URL='http://qse.googlecode.com' @@ -1459,7 +1459,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 qse 0.5.3 to adapt to many kinds of systems. +\`configure' configures qse 0.5.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1529,7 +1529,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of qse 0.5.3:";; + short | recursive ) echo "Configuration of qse 0.5.4:";; esac cat <<\_ACEOF @@ -1644,7 +1644,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -qse configure 0.5.3 +qse configure 0.5.4 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2406,7 +2406,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 qse $as_me 0.5.3, which was +It was created by qse $as_me 0.5.4, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -3225,7 +3225,7 @@ fi # Define the identity of the package. PACKAGE='qse' - VERSION='0.5.3' + VERSION='0.5.4' cat >>confdefs.h <<_ACEOF @@ -18006,7 +18006,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 qse $as_me 0.5.3, which was +This file was extended by qse $as_me 0.5.4, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18071,7 +18071,7 @@ qse home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -qse config.status 0.5.3 +qse config.status 0.5.4 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/qse/configure.ac b/qse/configure.ac index e6dbafd6..83182785 100644 --- a/qse/configure.ac +++ b/qse/configure.ac @@ -1,7 +1,7 @@ dnl AC_PREREQ(2.59) -AC_INIT([qse],[0.5.3],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],,[http://qse.googlecode.com]) +AC_INIT([qse],[0.5.4],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],,[http://qse.googlecode.com]) AC_CONFIG_HEADER([include/qse/config.h]) AC_CONFIG_AUX_DIR([ac/au]) AC_CONFIG_MACRO_DIR([ac/m4])