summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-05-15 21:26:33 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-05-15 21:26:33 +0400
commit9e3165b2a85208b9ce0bc524122cae01a6008afa (patch)
tree5cc3c0a9fa3776a4166706550fa2db0b4cafc0db
parente954d7e2d9f7e1df9675b60bab4f43e89919be7d (diff)
downloadstmf-9e3165b2a85208b9ce0bc524122cae01a6008afa.tar.gz
-rwxr-xr-xconfigure76
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 67 deletions
diff --git a/configure b/configure
index ad9ab8e..4e2e5bf 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.69 for stmf 1.0.
+# Generated by GNU Autoconf 2.69 for stmf 1.0.1.
#
# Report bugs to <pashev.igor@gmail.com>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='stmf'
PACKAGE_TARNAME='stmf'
-PACKAGE_VERSION='1.0'
-PACKAGE_STRING='stmf 1.0'
+PACKAGE_VERSION='1.0.1'
+PACKAGE_STRING='stmf 1.0.1'
PACKAGE_BUGREPORT='pashev.igor@gmail.com'
PACKAGE_URL=''
@@ -1335,7 +1335,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 stmf 1.0 to adapt to many kinds of systems.
+\`configure' configures stmf 1.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1405,7 +1405,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of stmf 1.0:";;
+ short | recursive ) echo "Configuration of stmf 1.0.1:";;
esac
cat <<\_ACEOF
@@ -1514,7 +1514,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-stmf configure 1.0
+stmf configure 1.0.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1883,7 +1883,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 stmf $as_me 1.0, which was
+It was created by stmf $as_me 1.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2701,7 +2701,7 @@ fi
# Define the identity of the package.
PACKAGE='stmf'
- VERSION='1.0'
+ VERSION='1.0.1'
cat >>confdefs.h <<_ACEOF
@@ -13845,62 +13845,6 @@ if test "$ac_res" != no; then :
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gettext" >&5
-$as_echo_n "checking for library containing gettext... " >&6; }
-if ${ac_cv_search_gettext+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_func_search_save_LIBS=$LIBS
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char gettext ();
-int
-main ()
-{
-return gettext ();
- ;
- return 0;
-}
-_ACEOF
-for ac_lib in '' intl; do
- if test -z "$ac_lib"; then
- ac_res="none required"
- else
- ac_res=-l$ac_lib
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
- fi
- if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_search_gettext=$ac_res
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext
- if ${ac_cv_search_gettext+:} false; then :
- break
-fi
-done
-if ${ac_cv_search_gettext+:} false; then :
-
-else
- ac_cv_search_gettext=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gettext" >&5
-$as_echo "$ac_cv_search_gettext" >&6; }
-ac_res=$ac_cv_search_gettext
-if test "$ac_res" != no; then :
- test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
# Checks for typedefs, structures, and compiler characteristics.
@@ -14476,7 +14420,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 stmf $as_me 1.0, which was
+This file was extended by stmf $as_me 1.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14533,7 +14477,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-stmf config.status 1.0
+stmf config.status 1.0.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 3534df2..61d9a0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ dnl to use, modify, republish, sell or give away this work
dnl without prior consent from anybody.
AC_PREREQ([2.69])
-AC_INIT([stmf], [1.0], [pashev.igor@gmail.com])
+AC_INIT([stmf], [1.0.1], [pashev.igor@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([usr/src/lib/libstmf/common/stmf.c])
AM_INIT_AUTOMAKE([foreign dist-xz])