X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bootstrap.conf;h=649b94a5a5e5c60661320a07f8f1d429e57824d0;hb=09e42b7afde9cef77ee9ae774fcf686dc0c99afd;hp=5022be33254cb9715562810fe65932d13c844cbf;hpb=1cd3c342ca9571c8073607e16415f02fc4a09577;p=debian%2Fgzip diff --git a/bootstrap.conf b/bootstrap.conf index 5022be3..649b94a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2006-2007, 2009-2017 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 @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # gzip doesn't use gettext. @@ -24,13 +24,16 @@ gnulib_modules=' announce-gen calloc close -closein +dirname-lgpl +dosname fclose fcntl fcntl-safer fdl +fdatasync fdopendir fprintf-posix +fsync getopt-gnu git-version-gen gitlog-to-changelog @@ -39,19 +42,27 @@ gnu-web-doc-update gnumakefile gnupload ignore-value +intprops +largefile lib-ignore lstat maintainer-makefile -malloc +malloc-gnu manywarnings +openat-safer perror printf-posix -realloc +readme-release +realloc-gnu +savedir stat-time sys_stat time +unistd-safer +unlinkat update-copyright utimens +verify xalloc yesno ' @@ -61,8 +72,11 @@ yesno gnulib_tool_option_extras="\ --avoid getline\ --avoid rpmatch\ + --symlink\ + --makefile-name=gnulib.mk\ " + # Create build-aux, since 'bootstrap' won't do that for us. mkdir -p build-aux @@ -79,5 +93,10 @@ rsync - tar - " +bootstrap_epilogue() +{ + perl -pi -e "s/\@PACKAGE\@/$package/g" README-release +} + # Automake requires that ChangeLog exist. touch ChangeLog || exit 1