summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-02-20 14:09:43 +0100
committerPeter Simons <simons@cryp.to>2010-02-23 21:32:57 +0100
commita8bc5d453c60996af506ae36f11a0af878828b10 (patch)
tree330b0d412b50907545a289f32b63261d85e745ba /bootstrap.sh
parent9c464b342e04ed2838c449eacbd1bb657b1c3081 (diff)
downloadautoconf-archive-a8bc5d453c60996af506ae36f11a0af878828b10.tar.gz
doc/autoconf-archive.texi: added copyright notice for the documentation itself (fdl-1.3)
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh6
1 files changed, 5 insertions, 1 deletions
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:/' \