From da0b32e9ffae47ae5355e0e3fa5d25396e462db5 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 3 Oct 2023 13:50:06 -0400 Subject: [PATCH] libcitadel/configure.in: renamed to configure.ac --- libcitadel/{configure.in => configure.ac} | 0 libcitadel/configure~ | 28 +++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) rename libcitadel/{configure.in => configure.ac} (100%) diff --git a/libcitadel/configure.in b/libcitadel/configure.ac similarity index 100% rename from libcitadel/configure.in rename to libcitadel/configure.ac diff --git a/libcitadel/configure~ b/libcitadel/configure~ index 43ff3dc7a..557d72f69 100755 --- a/libcitadel/configure~ +++ b/libcitadel/configure~ @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libcitadel #define LIBCITADEL_VERSION_NUMBER 994. +# Generated by GNU Autoconf 2.71 for libcitadel #define LIBCITADEL_VERSION_NUMBER 996. # # Report bugs to . # @@ -765,8 +765,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libcitadel' PACKAGE_TARNAME='libcitadel' -PACKAGE_VERSION='#define LIBCITADEL_VERSION_NUMBER 994' -PACKAGE_STRING='libcitadel #define LIBCITADEL_VERSION_NUMBER 994' +PACKAGE_VERSION='#define LIBCITADEL_VERSION_NUMBER 996' +PACKAGE_STRING='libcitadel #define LIBCITADEL_VERSION_NUMBER 996' PACKAGE_BUGREPORT='http://uncensored.citadel.org' PACKAGE_URL='' @@ -1456,7 +1456,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 libcitadel #define LIBCITADEL_VERSION_NUMBER 994 to adapt to many kinds of systems. +\`configure' configures libcitadel #define LIBCITADEL_VERSION_NUMBER 996 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1522,7 +1522,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libcitadel #define LIBCITADEL_VERSION_NUMBER 994:";; + short | recursive ) echo "Configuration of libcitadel #define LIBCITADEL_VERSION_NUMBER 996:";; esac cat <<\_ACEOF @@ -1628,7 +1628,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libcitadel configure #define LIBCITADEL_VERSION_NUMBER 994 +libcitadel configure #define LIBCITADEL_VERSION_NUMBER 996 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2156,7 +2156,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 libcitadel $as_me #define LIBCITADEL_VERSION_NUMBER 994, which was +It was created by libcitadel $as_me #define LIBCITADEL_VERSION_NUMBER 996, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3132,7 +3132,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu LIBCURRENT=4 -LIBREVISION=994 +LIBREVISION=996 LIBAGE=0 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- @@ -5848,11 +5848,11 @@ if test x$ac_prog_cxx_stdcxx = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5 printf %s "checking for $CXX option to enable C++11 features... " >&6; } -if test ${ac_cv_prog_cxx_cxx11+y} +if test ${ac_cv_prog_cxx_11+y} then : printf %s "(cached) " >&6 else $as_nop - ac_cv_prog_cxx_cxx11=no + ac_cv_prog_cxx_11=no ac_save_CXX=$CXX cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -5894,11 +5894,11 @@ if test x$ac_prog_cxx_stdcxx = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5 printf %s "checking for $CXX option to enable C++98 features... " >&6; } -if test ${ac_cv_prog_cxx_cxx98+y} +if test ${ac_cv_prog_cxx_98+y} then : printf %s "(cached) " >&6 else $as_nop - ac_cv_prog_cxx_cxx98=no + ac_cv_prog_cxx_98=no ac_save_CXX=$CXX cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -20905,7 +20905,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 libcitadel $as_me #define LIBCITADEL_VERSION_NUMBER 994, which was +This file was extended by libcitadel $as_me #define LIBCITADEL_VERSION_NUMBER 996, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20969,7 +20969,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="\\ -libcitadel config.status #define LIBCITADEL_VERSION_NUMBER 994 +libcitadel config.status #define LIBCITADEL_VERSION_NUMBER 996 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" -- 2.30.2