From 1173f462f035323d6d1ec06a02eae5cac4177b99 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 26 Sep 2012 20:09:34 +0200 Subject: Update those pesky generated files --- config.h.in | 3 +++ configure | 40 ++++++++++++++++++++++++++-------------- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/config.h.in b/config.h.in index 873fa8e..3d83a2c 100644 --- a/config.h.in +++ b/config.h.in @@ -19,6 +19,9 @@ /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK +/* Define to 1 if you have the `getopt_long' function. */ +#undef HAVE_GETOPT_LONG + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/configure b/configure index 814206f..e01fa0a 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 generah 0.6.3. +# Generated by GNU Autoconf 2.69 for geresh 0.6.4. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -575,10 +575,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='generah' -PACKAGE_TARNAME='generah' -PACKAGE_VERSION='0.6.3' -PACKAGE_STRING='generah 0.6.3' +PACKAGE_NAME='geresh' +PACKAGE_TARNAME='geresh' +PACKAGE_VERSION='0.6.4' +PACKAGE_STRING='geresh 0.6.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1281,7 +1281,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 generah 0.6.3 to adapt to many kinds of systems. +\`configure' configures geresh 0.6.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1329,7 +1329,7 @@ Fine tuning of the installation directories: --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/generah] + --docdir=DIR documentation root [DATAROOTDIR/doc/geresh] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1347,7 +1347,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of generah 0.6.3:";; + short | recursive ) echo "Configuration of geresh 0.6.4:";; esac cat <<\_ACEOF @@ -1449,7 +1449,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -generah configure 0.6.3 +geresh configure 0.6.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1906,7 +1906,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 generah $as_me 0.6.3, which was +It was created by geresh $as_me 0.6.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2721,8 +2721,8 @@ fi # Define the identity of the package. - PACKAGE='generah' - VERSION='0.6.3' + PACKAGE='geresh' + VERSION='0.6.4' cat >>confdefs.h <<_ACEOF @@ -4906,6 +4906,18 @@ fi done +for ac_func in getopt_long +do : + ac_fn_c_check_func "$LINENO" "getopt_long" "ac_cv_func_getopt_long" +if test "x$ac_cv_func_getopt_long" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_GETOPT_LONG 1 +_ACEOF + +fi +done + + # FIXME: check for libiconv? # Checks for library functions. @@ -5972,7 +5984,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 generah $as_me 0.6.3, which was +This file was extended by geresh $as_me 0.6.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6038,7 +6050,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="\\ -generah config.status 0.6.3 +geresh config.status 0.6.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -- cgit v1.2.3