X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bootstrap.conf;h=25acaacc87ff7c87458cc1758ab15e82a03af4a8;hb=ef80dc4ff003105071a6ba7470b30f4ba57e6e8a;hp=7bc8ab62be4c6c1641ada5db64cfc0434717ee74;hpb=3fe0caeada6aa3abca87b5099594bd87e5dfccfe;p=debian%2Fgzip diff --git a/bootstrap.conf b/bootstrap.conf index 7bc8ab6..25acaac 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,11 +1,11 @@ # Bootstrap configuration. -# Copyright (C) 2006, 2009 Free Software Foundation, Inc. +# Copyright (C) 2006-2007, 2009-2016 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify +# 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, or (at your option) -# any later version. +# 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, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,9 +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, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . # gzip doesn't use gettext. @@ -23,22 +21,50 @@ IMPORT_FROM_GETTEXT=no # gnulib modules used by this package. gnulib_modules=' - closein - fcntl - fcntl-safer - fdl - getopt-gnu - git-version-gen - gitlog-to-changelog - gnu-make - gnumakefile - maintainer-makefile - stat-time - sys_stat - time - utimens - xalloc - yesno +announce-gen +calloc +close +closein +dirname-lgpl +fclose +fcntl +fcntl-safer +fdl +fdatasync +fdopendir +fprintf-posix +fsync +getopt-gnu +git-version-gen +gitlog-to-changelog +gnu-make +gnu-web-doc-update +gnumakefile +gnupload +ignore-value +intprops +largefile +lib-ignore +lstat +maintainer-makefile +malloc-gnu +manywarnings +openat-safer +perror +printf-posix +readme-release +realloc-gnu +savedir +stat-time +sys_stat +time +unistd-safer +unlinkat +update-copyright +utimens +verify +xalloc +yesno ' # Additional gnulib-tool options to use. Use "\newline" to break lines. @@ -46,10 +72,31 @@ gnulib_modules=' 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 +# Build prerequisites +buildreq="\ +autoconf 2.61 +automake 1.11 +autopoint - +gettext - +git 1.4.4 +makeinfo - +perl 5.5 +rsync - +tar - +" + +bootstrap_epilogue() +{ + perl -pi -e "s/\@PACKAGE\@/$package/g" README-release +} + # Automake requires that ChangeLog exist. -touch ChangeLog +touch ChangeLog || exit 1