|
@@ -1,6 +1,6 @@
|
|
#! /bin/sh
|
|
#! /bin/sh
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
-# Generated by GNU Autoconf 2.68 for klish 1.3.1.
|
|
+# Generated by GNU Autoconf 2.68 for klish 1.4.0.
|
|
#
|
|
#
|
|
# Report bugs to <serj.kalichev at gmail dot com>.
|
|
# Report bugs to <serj.kalichev at gmail dot com>.
|
|
#
|
|
#
|
|
@@ -570,8 +570,8 @@ MAKEFLAGS=
|
|
# Identity of this package.
|
|
# Identity of this package.
|
|
PACKAGE_NAME='klish'
|
|
PACKAGE_NAME='klish'
|
|
PACKAGE_TARNAME='klish'
|
|
PACKAGE_TARNAME='klish'
|
|
-PACKAGE_VERSION='1.3.1'
|
|
+PACKAGE_VERSION='1.4.0'
|
|
-PACKAGE_STRING='klish 1.3.1'
|
|
+PACKAGE_STRING='klish 1.4.0'
|
|
PACKAGE_BUGREPORT='serj.kalichev at gmail dot com'
|
|
PACKAGE_BUGREPORT='serj.kalichev at gmail dot com'
|
|
PACKAGE_URL=''
|
|
PACKAGE_URL=''
|
|
|
|
|
|
@@ -1327,7 +1327,7 @@ if test "$ac_init_help" = "long"; then
|
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
# 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.
|
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
cat <<_ACEOF
|
|
cat <<_ACEOF
|
|
-\`configure' configures klish 1.3.1 to adapt to many kinds of systems.
|
|
+\`configure' configures klish 1.4.0 to adapt to many kinds of systems.
|
|
|
|
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
|
|
|
|
@@ -1397,7 +1397,7 @@ fi
|
|
|
|
|
|
if test -n "$ac_init_help"; then
|
|
if test -n "$ac_init_help"; then
|
|
case $ac_init_help in
|
|
case $ac_init_help in
|
|
- short | recursive ) echo "Configuration of klish 1.3.1:";;
|
|
+ short | recursive ) echo "Configuration of klish 1.4.0:";;
|
|
esac
|
|
esac
|
|
cat <<\_ACEOF
|
|
cat <<\_ACEOF
|
|
|
|
|
|
@@ -1509,7 +1509,7 @@ fi
|
|
test -n "$ac_init_help" && exit $ac_status
|
|
test -n "$ac_init_help" && exit $ac_status
|
|
if $ac_init_version; then
|
|
if $ac_init_version; then
|
|
cat <<\_ACEOF
|
|
cat <<\_ACEOF
|
|
-klish configure 1.3.1
|
|
+klish configure 1.4.0
|
|
generated by GNU Autoconf 2.68
|
|
generated by GNU Autoconf 2.68
|
|
|
|
|
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
|
@@ -2177,7 +2177,7 @@ cat >config.log <<_ACEOF
|
|
This file contains any messages produced by compilers while
|
|
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
|
|
-It was created by klish $as_me 1.3.1, which was
|
|
+It was created by klish $as_me 1.4.0, which was
|
|
generated by GNU Autoconf 2.68. Invocation command line was
|
|
generated by GNU Autoconf 2.68. Invocation command line was
|
|
|
|
|
|
$ $0 $@
|
|
$ $0 $@
|
|
@@ -15127,7 +15127,7 @@ fi
|
|
|
|
|
|
# Define the identity of the package.
|
|
# Define the identity of the package.
|
|
PACKAGE='klish'
|
|
PACKAGE='klish'
|
|
- VERSION='1.3.1'
|
|
+ VERSION='1.4.0'
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
cat >>confdefs.h <<_ACEOF
|
|
@@ -16139,6 +16139,63 @@ fi
|
|
done
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
+################################
|
|
|
|
+# Check for locale.h
|
|
|
|
+################################
|
|
|
|
+for ac_header in locale.h
|
|
|
|
+do :
|
|
|
|
+ ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
|
|
|
|
+if test "x$ac_cv_header_locale_h" = xyes; then :
|
|
|
|
+ cat >>confdefs.h <<_ACEOF
|
|
|
|
+#define HAVE_LOCALE_H 1
|
|
|
|
+_ACEOF
|
|
|
|
+
|
|
|
|
+else
|
|
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: locale.h not found: the locales is not supported" >&5
|
|
|
|
+$as_echo "$as_me: WARNING: locale.h not found: the locales is not supported" >&2;}
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
+done
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+################################
|
|
|
|
+# Check for CODESET within nl_langinfo
|
|
|
|
+################################
|
|
|
|
+
|
|
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
|
|
|
|
+$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
|
|
|
|
+if ${am_cv_langinfo_codeset+:} false; then :
|
|
|
|
+ $as_echo_n "(cached) " >&6
|
|
|
|
+else
|
|
|
|
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
+/* end confdefs.h. */
|
|
|
|
+#include <langinfo.h>
|
|
|
|
+int
|
|
|
|
+main ()
|
|
|
|
+{
|
|
|
|
+char* cs = nl_langinfo(CODESET); return !cs;
|
|
|
|
+ ;
|
|
|
|
+ return 0;
|
|
|
|
+}
|
|
|
|
+_ACEOF
|
|
|
|
+if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
+ am_cv_langinfo_codeset=yes
|
|
|
|
+else
|
|
|
|
+ am_cv_langinfo_codeset=no
|
|
|
|
+fi
|
|
|
|
+rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
+ conftest$ac_exeext conftest.$ac_ext
|
|
|
|
+
|
|
|
|
+fi
|
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
|
|
|
|
+$as_echo "$am_cv_langinfo_codeset" >&6; }
|
|
|
|
+ if test $am_cv_langinfo_codeset = yes; then
|
|
|
|
+
|
|
|
|
+$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
|
|
|
|
+
|
|
|
|
+ fi
|
|
|
|
+
|
|
|
|
+
|
|
ac_config_files="$ac_config_files Makefile"
|
|
ac_config_files="$ac_config_files Makefile"
|
|
|
|
|
|
cat >confcache <<\_ACEOF
|
|
cat >confcache <<\_ACEOF
|
|
@@ -16691,7 +16748,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
# report actual input values of CONFIG_FILES etc. instead of their
|
|
# report actual input values of CONFIG_FILES etc. instead of their
|
|
# values after options handling.
|
|
# values after options handling.
|
|
ac_log="
|
|
ac_log="
|
|
-This file was extended by klish $as_me 1.3.1, which was
|
|
+This file was extended by klish $as_me 1.4.0, which was
|
|
generated by GNU Autoconf 2.68. Invocation command line was
|
|
generated by GNU Autoconf 2.68. Invocation command line was
|
|
|
|
|
|
CONFIG_FILES = $CONFIG_FILES
|
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -16757,7 +16814,7 @@ _ACEOF
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
|
ac_cs_version="\\
|
|
ac_cs_version="\\
|
|
-klish config.status 1.3.1
|
|
+klish config.status 1.4.0
|
|
configured by $0, generated by GNU Autoconf 2.68,
|
|
configured by $0, generated by GNU Autoconf 2.68,
|
|
with options \\"\$ac_cs_config\\"
|
|
with options \\"\$ac_cs_config\\"
|
|
|
|
|