From 249da10db2546407fc09d3a1908ad80acae3d986 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 12 Aug 2003 17:41:40 +0000 Subject: [PATCH] update. --- ChangeLog | 7 +++++++ configure | 24 ++++++++++++------------ 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 515cdd4..4a427bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-08-12 MORIOKA Tomohiko + + * configure.in: Update version to 0.2.0. + + * Makefile.in (ABI_VERSION): New variable. + (libchise.la): Specify $(ABI_VERSION) as -version-info of libtool. + 2003-08-12 MORIOKA Tomohiko * sample.c (main): Use instead of diff --git a/configure b/configure index 90b4493..2c9b09f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for libchise 0.1.1. +# Generated by GNU Autoconf 2.57 for libchise 0.2.0. # # Report bugs to . # @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='libchise' PACKAGE_TARNAME='libchise' -PACKAGE_VERSION='0.1.1' -PACKAGE_STRING='libchise 0.1.1' +PACKAGE_VERSION='0.2.0' +PACKAGE_STRING='libchise 0.2.0' PACKAGE_BUGREPORT='chise-en@m17n.org' ac_unique_file="chise.c" @@ -742,7 +742,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 libchise 0.1.1 to adapt to many kinds of systems. +\`configure' configures libchise 0.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -799,7 +799,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libchise 0.1.1:";; + short | recursive ) echo "Configuration of libchise 0.2.0:";; esac cat <<\_ACEOF @@ -878,7 +878,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -libchise configure 0.1.1 +libchise configure 0.2.0 generated by GNU Autoconf 2.57 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -893,7 +893,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libchise $as_me 0.1.1, which was +It was created by libchise $as_me 0.2.0, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -1070,7 +1070,7 @@ _ASBOX echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 - rm -f core core.* *.core && + rm -f core *.core && rm -rf conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 @@ -2872,7 +2872,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 @@ -2944,7 +2944,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_strnlen_working=no fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi echo "$as_me:$LINENO: result: $ac_cv_func_strnlen_working" >&5 @@ -3399,7 +3399,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by libchise $as_me 0.1.1, which was +This file was extended by libchise $as_me 0.2.0, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3459,7 +3459,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -libchise config.status 0.1.1 +libchise config.status 0.2.0 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -- 1.7.10.4