X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bootstrap.conf;h=16a84cefe5c5824dfa9cab060b3fbe9d354bb03b;hb=e5a766a38271aa9f57482b3df356d7a3ac97646b;hp=23532083a5555d751149e740dc8db682a064d5e7;hpb=70b787436ae3f40de5046676b97c0d621715f4f2;p=debian%2Fgzip diff --git a/bootstrap.conf b/bootstrap.conf index 2353208..16a84ce 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006-2007, 2009-2011 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 @@ -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