]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Improve wording in './configure --help'.
authorBruno Haible <bruno@clisp.org>
Sat, 1 Mar 2025 15:05:31 +0000 (16:05 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 1 Mar 2025 15:05:31 +0000 (16:05 +0100)
Reported by Benno Schulenberg <bensberg@telfort.nl> in
<https://lists.gnu.org/archive/html/bug-gettext/2025-03/msg00000.html>.

* 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.

configure.ac
gettext-runtime/configure.ac
gettext-runtime/intl/configure.ac
gettext-tools/configure.ac
gettext-tools/examples/configure.ac
libtextstyle/configure.ac

index 672ff59a78032aeefe1cfb4ad9ea5c8a8ee27926..f3cd71eb1d6987ea415482c7f2a1f6ee70403218 100644 (file)
@@ -17,7 +17,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 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 \
index aabfefcae3476a97a6ce2911ff91c39583185ead..2de5cc9809d39b7b42e47ac5be54efa3290546fc 100644 (file)
@@ -17,7 +17,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 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/.. \
index 0fccf107587382e0606de858e3a5d738868df2eb..e9b0ce00b77b3aafa8bb86c36d15934ed41a31e0 100644 (file)
@@ -17,7 +17,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 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/../.. \
index 9eace084d7a476a52d00b686eaef05a1c9385b1f..e4ca56f282a65d7585ad3cf3fd2f20c3b207879f 100644 (file)
@@ -17,7 +17,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 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/.. \
index 43352bcec326fd9d780b9b76f38a6850d71dd651..86a02b6b7d44cef220fbd165ff3d32141bc68d0c 100644 (file)
@@ -17,7 +17,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 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/../.. \
index 7cff7a670333c26d2d5d54b5496f82e75b85d9e4..dce1439e40f34d737f16e2e95e442b2c6a72edfb 100644 (file)
@@ -17,7 +17,7 @@ dnl along with this program.  If not, see <https://www.gnu.org/licenses/>.
 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