@@ -1,9 +1,9 @@ #! /bin/sh -# From configure.in Revision . +# From configure.ac Revision . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for libconfig 0.1.4. +# Generated by GNU Autoconf 2.59 for libconfig 0.1.5. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -266,12 +266,12 @@ : ${ac_max_here_lines=38} # Identity of this package. PACKAGE_NAME='libconfig' PACKAGE_TARNAME='libconfig' -PACKAGE_VERSION='0.1.4' -PACKAGE_STRING='libconfig 0.1.4' +PACKAGE_VERSION='0.1.5' +PACKAGE_STRING='libconfig 0.1.5' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. ac_includes_default="\ #include @@ -776,11 +776,11 @@ # 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 libconfig 0.1.4 to adapt to many kinds of systems. +\`configure' configures libconfig 0.1.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. @@ -837,14 +837,19 @@ _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libconfig 0.1.4:";; + short | recursive ) echo "Configuration of libconfig 0.1.5:";; esac cat <<\_ACEOF +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-libopennet Enable opennet support + Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory @@ -948,11 +953,11 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -libconfig configure 0.1.4 +libconfig configure 0.1.5 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -962,11 +967,11 @@ exec 5>config.log 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 libconfig $as_me 0.1.4, which was +It was created by libconfig $as_me 0.1.5, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ _ACEOF @@ -15652,10 +15657,517 @@ done +# Check whether --with-libopennet or --without-libopennet was given. +if test "${with_libopennet+set}" = set; then + withval="$with_libopennet" + +# Specified + LIBSPEC=$withval + +else + +# Not specified + LIBSPECFLAGS=`pkg-config --libs libopennet 2>/dev/null` + LIBSPECCFLAGS=`pkg-config --cflags libopennet 2>/dev/null` + echo "$as_me:$LINENO: checking for open_net in -lopennet" >&5 +echo $ECHO_N "checking for open_net in -lopennet... $ECHO_C" >&6 +if test "${ac_cv_lib_opennet_open_net+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopennet $LIBSPECFLAGS $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char open_net (); +int +main () +{ +open_net (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_opennet_open_net=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_opennet_open_net=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_opennet_open_net" >&5 +echo "${ECHO_T}$ac_cv_lib_opennet_open_net" >&6 +if test $ac_cv_lib_opennet_open_net = yes; then + + OLDCPPFLAGS="$CPPFLAGS" + OLDCFLAGS="$CFLAGS" + CPPFLAGS="$CPPFLAGS $LIBSPECCFLAGS" + CFLAGS="$CFLAGS $LIBSPECCFLAGS" + if test "${ac_cv_header_opennet_h+set}" = set; then + echo "$as_me:$LINENO: checking for opennet.h" >&5 +echo $ECHO_N "checking for opennet.h... $ECHO_C" >&6 +if test "${ac_cv_header_opennet_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: $ac_cv_header_opennet_h" >&5 +echo "${ECHO_T}$ac_cv_header_opennet_h" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking opennet.h usability" >&5 +echo $ECHO_N "checking opennet.h usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking opennet.h presence" >&5 +echo $ECHO_N "checking opennet.h presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: opennet.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: opennet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: opennet.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: opennet.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: opennet.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: opennet.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: opennet.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: opennet.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: opennet.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: opennet.h: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to the libconfig lists. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for opennet.h" >&5 +echo $ECHO_N "checking for opennet.h... $ECHO_C" >&6 +if test "${ac_cv_header_opennet_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_opennet_h=$ac_header_preproc +fi +echo "$as_me:$LINENO: result: $ac_cv_header_opennet_h" >&5 +echo "${ECHO_T}$ac_cv_header_opennet_h" >&6 + +fi +if test $ac_cv_header_opennet_h = yes; then + + LIBSPEC=yes + +else + + LIBSPEC=no + +fi + + + CPPFLAGS="$OLDCPPFLAGS" + CFLAGS="$OLDCFLAGS" + +else + + LIBSPEC=no + { echo "$as_me:$LINENO: WARNING: Didn't find libopennet" >&5 +echo "$as_me: WARNING: Didn't find libopennet" >&2;} + +fi + + +fi; + case $LIBSPEC in + no) + { echo "$as_me:$LINENO: WARNING: Support for libopennet disabled" >&5 +echo "$as_me: WARNING: Support for libopennet disabled" >&2;} + ;; + *) + if test "${LIBSPEC}" = "yes"; then + true + else + LIBSPECFLAGS="-L${LIBSPEC}/lib ${LIBSPECFLAGS}" + LIBSPECCFLAGS="-I${LIBSPEC}/include ${LIBSPECCFLAGS}" + fi + echo "$as_me:$LINENO: checking for open_net in -lopennet" >&5 +echo $ECHO_N "checking for open_net in -lopennet... $ECHO_C" >&6 +if test "${ac_cv_lib_opennet_open_net+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopennet $LIBSPECFLAGS $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char open_net (); +int +main () +{ +open_net (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_opennet_open_net=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_opennet_open_net=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_opennet_open_net" >&5 +echo "${ECHO_T}$ac_cv_lib_opennet_open_net" >&6 +if test $ac_cv_lib_opennet_open_net = yes; then + + OLDCFLAGS="$CFLAGS" + OLDCPPFLAGS="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS ${LIBSPECCFLAGS}" + CFLAGS="$CFLAGS ${LIBSPECCFLAGS}" + if test "${ac_cv_header_opennet_h+set}" = set; then + echo "$as_me:$LINENO: checking for opennet.h" >&5 +echo $ECHO_N "checking for opennet.h... $ECHO_C" >&6 +if test "${ac_cv_header_opennet_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: $ac_cv_header_opennet_h" >&5 +echo "${ECHO_T}$ac_cv_header_opennet_h" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking opennet.h usability" >&5 +echo $ECHO_N "checking opennet.h usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking opennet.h presence" >&5 +echo $ECHO_N "checking opennet.h presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: opennet.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: opennet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: opennet.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: opennet.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: opennet.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: opennet.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: opennet.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: opennet.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: opennet.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: opennet.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: opennet.h: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to the libconfig lists. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for opennet.h" >&5 +echo $ECHO_N "checking for opennet.h... $ECHO_C" >&6 +if test "${ac_cv_header_opennet_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_opennet_h=$ac_header_preproc +fi +echo "$as_me:$LINENO: result: $ac_cv_header_opennet_h" >&5 +echo "${ECHO_T}$ac_cv_header_opennet_h" >&6 + +fi +if test $ac_cv_header_opennet_h = yes; then + + if test -n "HAVE_OPENNET_H"; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_OPENNET_H 1 +_ACEOF + + fi + if test -n "HAVE_LIBOPENNET"; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LIBOPENNET 1 +_ACEOF + + fi + LDFLAGS="$LDFLAGS $LIBSPECFLAGS" + LIBS="$LIBS -lopennet" + +else + + CFLAGS="$OLDCFLAGS" + CPPFLAGS="$OLDCPPFLAGS" + { { echo "$as_me:$LINENO: error: Could not find opennet.h" >&5 +echo "$as_me: error: Could not find opennet.h" >&2;} + { (exit 1); exit 1; }; } + +fi + + + +else + + { { echo "$as_me:$LINENO: error: Could not find libopennet" >&5 +echo "$as_me: error: Could not find libopennet" >&2;} + { (exit 1); exit 1; }; } + +fi + + ;; + esac + + + + for ac_header in windows.h windowsx.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then @@ -16332,11 +16844,11 @@ echo "$as_me:$LINENO: result: $SHOBJLDFLAGS $SHOBJFLAGS" >&5 echo "${ECHO_T}$SHOBJLDFLAGS $SHOBJFLAGS" >&6 - ac_config_files="$ac_config_files Makefile lc_geterrno.3 lc_process.3 lc_register_var.3 lc_geterrstr.3 lc_register_callback.3 libconfig.3" + ac_config_files="$ac_config_files Makefile lc_geterrno.3 lc_process.3 lc_register_var.3 lc_geterrstr.3 lc_register_callback.3 lc_cleanup.3 lc_process_file.3 libconfig.3" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't @@ -16695,11 +17207,11 @@ ## Running $as_me. ## _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by libconfig $as_me 0.1.4, which was +This file was extended by libconfig $as_me 0.1.5, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS @@ -16755,11 +17267,11 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -libconfig config.status 0.1.4 +libconfig config.status 0.1.5 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2003 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation @@ -16864,10 +17376,12 @@ "lc_geterrno.3" ) CONFIG_FILES="$CONFIG_FILES lc_geterrno.3" ;; "lc_process.3" ) CONFIG_FILES="$CONFIG_FILES lc_process.3" ;; "lc_register_var.3" ) CONFIG_FILES="$CONFIG_FILES lc_register_var.3" ;; "lc_geterrstr.3" ) CONFIG_FILES="$CONFIG_FILES lc_geterrstr.3" ;; "lc_register_callback.3" ) CONFIG_FILES="$CONFIG_FILES lc_register_callback.3" ;; + "lc_cleanup.3" ) CONFIG_FILES="$CONFIG_FILES lc_cleanup.3" ;; + "lc_process_file.3" ) CONFIG_FILES="$CONFIG_FILES lc_process_file.3" ;; "libconfig.3" ) CONFIG_FILES="$CONFIG_FILES libconfig.3" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };;