From f440a9c21188195ad111cf01d4e00c0874e72bb1 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Mon, 24 Dec 2018 18:41:03 +0100 Subject: Improve ctct(1) - Try to conform to man-pages(7). `- Try to avoid technical information. `- Remove the CONFIGURATION section. It's contents are to reappear in ctct_config(5) which ctct(1) already references. - Add some commented blank lines to improve readability. Also, in the main script: - Add EXIT_* variables. Not yet used. - Improve the naming in the help output. - Stop option parsing on '--'. - In the default case (i.e. no special option), return 1 if only a non exact match was found. --- configure | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 82d5c3f..280f460 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 ctct 0.2.X. +# Generated by GNU Autoconf 2.69 for ctct 0.2.3-dev. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ctct' PACKAGE_TARNAME='ctct' -PACKAGE_VERSION='0.2.X' -PACKAGE_STRING='ctct 0.2.X' +PACKAGE_VERSION='0.2.3-dev' +PACKAGE_STRING='ctct 0.2.3-dev' PACKAGE_BUGREPORT='alguien@respiranto.de' PACKAGE_URL='' @@ -1192,7 +1192,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 ctct 0.2.X to adapt to many kinds of systems. +\`configure' configures ctct 0.2.3-dev to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1253,7 +1253,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ctct 0.2.X:";; + short | recursive ) echo "Configuration of ctct 0.2.3-dev:";; esac cat <<\_ACEOF @@ -1346,7 +1346,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ctct configure 0.2.X +ctct configure 0.2.3-dev generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1363,7 +1363,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 ctct $as_me 0.2.X, which was +It was created by ctct $as_me 0.2.3-dev, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2327,7 +2327,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 ctct $as_me 0.2.X, which was +This file was extended by ctct $as_me 0.2.3-dev, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2380,7 +2380,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="\\ -ctct config.status 0.2.X +ctct config.status 0.2.3-dev configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -- cgit v1.2.3