From a8bc5d453c60996af506ae36f11a0af878828b10 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 20 Feb 2010 14:09:43 +0100 Subject: doc/autoconf-archive.texi: added copyright notice for the documentation itself (fdl-1.3) --- bootstrap.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index f45646e..97f2054 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -7,7 +7,11 @@ if [ -x "gnulib/gnulib-tool" ]; then else gnulibtool=gnulib-tool fi -$gnulibtool --m4-base build-aux --source-base build-aux --import git-version-gen gitlog-to-changelog gnupload maintainer-makefile announce-gen gendocs + +gnulib_modules=( git-version-gen gitlog-to-changelog gnupload + maintainer-makefile announce-gen gendocs fdl-1.3 ) + +$gnulibtool --m4-base build-aux --source-base build-aux --import "${gnulib_modules[@]}" sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \ -e 's/^sc_GPL_version:/disabled_sc_GPL_version:/' \ -- cgit v1.2.1