]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix the "configure --help" output.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Jan 2005 12:57:41 +0000 (12:57 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:59 +0000 (12:11 +0200)
ChangeLog
Makefile.am
configure.ac

index 3c3d2b6e8f0502f6e932f350ac716c897d204e5a..3d437e1f882ea9d09387c39f507dba54a06b28a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-05  Bruno Haible  <bruno@clisp.org>
+
+       Fix the "configure --help" output.
+       * config/ac-help.sed: New file.
+       * configure.ac: Use it.
+       * Makefile.am (EXTRA_DIST): Add config/ac-help.sed.
+
 2005-01-05  Bruno Haible  <bruno@clisp.org>
 
        * version.sh: Bump version number to 0.14.2-pre1.
index e75230467b5516a975c771f24ccb323dddbfdcdb..d99d8bc70a9b13e291cbee15ba2de80f0e3fe81c 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the toplevel directory of GNU gettext
-## Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc.
+## Copyright (C) 1995-1999, 2000-2005 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -24,6 +24,7 @@ SUBDIRS = autoconf-lib-link gettext-runtime gettext-tools
 EXTRA_DIST = \
   version.sh PACKAGING ChangeLog.0 autogen.sh \
   config/config.libpath config/reloc-ldflags config/install-reloc \
+  config/ac-help.sed \
   config/m4/fixautomake.m4 \
   config/m4/libtool.m4
 
index 41b6f49b1c868b548c64b0702bf460b4562bf133..df8eacbb3b78d8d28ead1602b8569b740ca9d7ae 100644 (file)
@@ -1,5 +1,5 @@
 dnl Configuration for the toplevel directory of GNU gettext
-dnl Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-1999, 2000-2003, 2005 Free Software Foundation, Inc.
 dnl
 dnl This program is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@ AC_CANONICAL_HOST
 dnl Optional Features: AC_ARG_ENABLE calls
 dnl Optional Packages: AC_ARG_WITH calls
 dnl Some influential environment variables: AC_ARG_VAR calls
-esyscmd([{ cd autoconf-lib-link && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2])' --trace=AC_ARG_WITH:'$n([$1],[$2])' --trace=AC_ARG_VAR:'$n($@)' && cd ..; cd gettext-runtime && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2])' --trace=AC_ARG_WITH:'$n([$1],[$2])' --trace=AC_ARG_VAR:'$n($@)' && cd ..; cd gettext-tools && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2])' --trace=AC_ARG_WITH:'$n([$1],[$2])' --trace=AC_ARG_VAR:'$n($@)' && cd ..; } | sed -e 's|.AC_ENABLE_SHARED_DEFAULT.|yes|g' -e 's|.AC_ENABLE_STATIC_DEFAULT.|yes|g' -e 's|.AC_ENABLE_FAST_INSTALL_DEFAULT.|yes|g'])
+esyscmd([{ cd autoconf-lib-link && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2])' --trace=AC_ARG_WITH:'$n([$1],[$2])' --trace=AC_ARG_VAR:'$n($@)' && cd ..; cd gettext-runtime && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2])' --trace=AC_ARG_WITH:'$n([$1],[$2])' --trace=AC_ARG_VAR:'$n($@)' && cd ..; cd gettext-tools && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2])' --trace=AC_ARG_WITH:'$n([$1],[$2])' --trace=AC_ARG_VAR:'$n($@)' && cd ..; } | sed -f config/ac-help.sed ])
 
 AC_CONFIG_FILES([Makefile])