From 175f1124af8c350fb7221556b68b16fc9f5bf311 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 30 Sep 2009 12:53:28 +0200 Subject: [PATCH] maint: update bootstrap script * bootstrap (with_gettext): Update from coreutils. --- bootstrap | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bootstrap b/bootstrap index b6dce12..5ef537a 100755 --- a/bootstrap +++ b/bootstrap @@ -70,6 +70,9 @@ gnulib_modules= # Any gnulib files needed that are not in modules. gnulib_files= +# A function to be called after everything else in this script. +bootstrap_epilogue() { :; } + # The command to download all .po files for a specified domain into # a specified directory. Fill in the first %s is the domain name, and # the second with the destination directory. Use rsync's -L and -r @@ -728,6 +731,10 @@ find "$m4_base" "$source_base" \ # Reconfigure, getting other files. +# Skip autoheader if it's not needed. +grep '^[ ]*AC_CONFIG_HEADERS\>' configure.ac >/dev/null || + AUTOHEADER=true + for command in \ libtool \ "${ACLOCAL-aclocal} --force -I m4" \ @@ -796,6 +803,8 @@ if test $with_gettext = yes; then fi fi +bootstrap_epilogue + echo "$0: done. Now you can run './configure'." # Local Variables: -- 2.47.2