From: Bruno Haible Date: Sat, 1 Mar 2025 15:05:31 +0000 (+0100) Subject: build: Improve wording in './configure --help'. X-Git-Tag: v0.25~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3cb47ff65bdb999a399491d444a462d7e5282d;p=thirdparty%2Fgettext.git build: Improve wording in './configure --help'. Reported by Benno Schulenberg in . * configure.ac: Use a dummy version number named 'package', not 'dummy'. * gettext-runtime/configure.ac: Likewise. * gettext-runtime/intl/configure.ac: Likewise. * gettext-tools/configure.ac: Likewise. * gettext-tools/examples/configure.ac: Likewise. * libtextstyle/configure.ac: Likewise. --- diff --git a/configure.ac b/configure.ac index 672ff59a7..f3cd71eb1 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([gettext], [dummy], [bug-gettext@gnu.org]) +AC_INIT([gettext], [package], [bug-gettext@gnu.org]) AC_CONFIG_SRCDIR([gettext-tools/src/msgfmt.c]) AC_CONFIG_AUX_DIR([build-aux]) VERSION_NUMBER=`cd $srcdir \ diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index aabfefcae..2de5cc980 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -17,7 +17,7 @@ dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([gettext-runtime], [dummy], [bug-gettext@gnu.org]) +AC_INIT([gettext-runtime], [package], [bug-gettext@gnu.org]) AC_CONFIG_SRCDIR([intl/dcigettext.c]) AC_CONFIG_AUX_DIR([../build-aux]) VERSION_NUMBER=`cd $srcdir/.. \ diff --git a/gettext-runtime/intl/configure.ac b/gettext-runtime/intl/configure.ac index 0fccf1075..e9b0ce00b 100644 --- a/gettext-runtime/intl/configure.ac +++ b/gettext-runtime/intl/configure.ac @@ -17,7 +17,7 @@ dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([libintl], [dummy], [bug-gettext@gnu.org]) +AC_INIT([libintl], [package], [bug-gettext@gnu.org]) AC_CONFIG_SRCDIR([dcigettext.c]) AC_CONFIG_AUX_DIR([../../build-aux]) VERSION_NUMBER=`cd $srcdir/../.. \ diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 9eace084d..e4ca56f28 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -17,7 +17,7 @@ dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([gettext-tools], [dummy], [bug-gettext@gnu.org]) +AC_INIT([gettext-tools], [package], [bug-gettext@gnu.org]) AC_CONFIG_SRCDIR([src/msgfmt.c]) AC_CONFIG_AUX_DIR([../build-aux]) VERSION_NUMBER=`cd $srcdir/.. \ diff --git a/gettext-tools/examples/configure.ac b/gettext-tools/examples/configure.ac index 43352bcec..86a02b6b7 100644 --- a/gettext-tools/examples/configure.ac +++ b/gettext-tools/examples/configure.ac @@ -17,7 +17,7 @@ dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([gettext], [dummy], [bug-gettext@gnu.org]) +AC_INIT([gettext], [package], [bug-gettext@gnu.org]) AC_CONFIG_SRCDIR([installpaths.in]) AC_CONFIG_AUX_DIR([../../build-aux]) VERSION_NUMBER=`cd $srcdir/../.. \ diff --git a/libtextstyle/configure.ac b/libtextstyle/configure.ac index 7cff7a670..dce1439e4 100644 --- a/libtextstyle/configure.ac +++ b/libtextstyle/configure.ac @@ -17,7 +17,7 @@ dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([libtextstyle], [dummy]) +AC_INIT([libtextstyle], [package]) AC_CONFIG_SRCDIR([version.sh]) AC_CONFIG_AUX_DIR([build-aux]) . $srcdir/version.sh