X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bootstrap.conf;h=8c4b0758326be04d65e3d15f0e254b537b877705;hb=refs%2Ftags%2Fv1.9;hp=f0afe13bbf1f12ab6eae917b42239e735de8b8bd;hpb=b5f88a3a283655adfc6c03fcb61031367e6d6d88;p=debian%2Fgzip diff --git a/bootstrap.conf b/bootstrap.conf index f0afe13..8c4b075 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,10 +1,10 @@ # Bootstrap configuration. -# Copyright (C) 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2006-2007, 2009-2018 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 -# the Free Software Foundation, either version 3 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, @@ -13,24 +13,24 @@ # 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. -IMPORT_FROM_GETTEXT=no - # gnulib modules used by this package. 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 @@ -38,19 +38,31 @@ gnu-make 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 +stdnoreturn sys_stat time +unistd-safer +unlinkat update-copyright utimens +verify xalloc +year2038 yesno ' @@ -59,8 +71,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 @@ -77,5 +92,10 @@ rsync - tar - " +bootstrap_epilogue() +{ + perl -pi -e "s/\@PACKAGE\@/$package/g" README-release +} + # Automake requires that ChangeLog exist. touch ChangeLog || exit 1