raised the version to 0.9.7.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
added Hawk::Value::getTypeName(). fixed some build issues
This commit is contained in:
24
configure
vendored
24
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.71 for hawk 0.9.6.
|
||||
# Generated by GNU Autoconf 2.71 for hawk 0.9.7.
|
||||
#
|
||||
# Report bugs to <Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)>.
|
||||
#
|
||||
@ -621,8 +621,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='hawk'
|
||||
PACKAGE_TARNAME='hawk'
|
||||
PACKAGE_VERSION='0.9.6'
|
||||
PACKAGE_STRING='hawk 0.9.6'
|
||||
PACKAGE_VERSION='0.9.7'
|
||||
PACKAGE_STRING='hawk 0.9.7'
|
||||
PACKAGE_BUGREPORT='Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)'
|
||||
PACKAGE_URL='https://code.miflux.net/hyung-hwan/hawk'
|
||||
|
||||
@ -1431,7 +1431,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 hawk 0.9.6 to adapt to many kinds of systems.
|
||||
\`configure' configures hawk 0.9.7 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1502,7 +1502,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of hawk 0.9.6:";;
|
||||
short | recursive ) echo "Configuration of hawk 0.9.7:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1641,7 +1641,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
hawk configure 0.9.6
|
||||
hawk configure 0.9.7
|
||||
generated by GNU Autoconf 2.71
|
||||
|
||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
@ -2370,7 +2370,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 hawk $as_me 0.9.6, which was
|
||||
It was created by hawk $as_me 0.9.7, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
$ $0$ac_configure_args_raw
|
||||
@ -3868,7 +3868,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='hawk'
|
||||
VERSION='0.9.6'
|
||||
VERSION='0.9.7'
|
||||
|
||||
|
||||
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
||||
@ -25790,7 +25790,7 @@ else $as_nop
|
||||
fi
|
||||
|
||||
test "${HAVE_CXX}" = "yes" || enable_cxx_is="no"
|
||||
test "${ax_cv_cxx_have_std_namespace}" = "yes" || enable_cxx_is="no"
|
||||
test "${ax_cv_cxx_namespaces}" = "yes" || enable_cxx_is="no"
|
||||
|
||||
if test "${enable_cxx_is}" = "yes" ; then
|
||||
ENABLE_CXX_TRUE=
|
||||
@ -25966,7 +25966,7 @@ fi
|
||||
|
||||
if test "x${enable_mod_mysql_is}" = "xauto" || test "x${enable_mod_mysql_is}" = "xyes"
|
||||
then
|
||||
if ! test ${with_mysql+y}
|
||||
if test ${with_mysql+y}
|
||||
then
|
||||
## as if --with-mysql is specified for AX_LIB_MYSQL below
|
||||
with_mysql=yes
|
||||
@ -26939,7 +26939,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 hawk $as_me 0.9.6, which was
|
||||
This file was extended by hawk $as_me 0.9.7, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -27008,7 +27008,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config='$ac_cs_config_escaped'
|
||||
ac_cs_version="\\
|
||||
hawk config.status 0.9.6
|
||||
hawk config.status 0.9.7
|
||||
configured by $0, generated by GNU Autoconf 2.71,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
Reference in New Issue
Block a user