summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJames Morris <jamesmorris2@gmail.com>2020-11-11 11:02:38 -0500
committerPeter Simons <simons@cryp.to>2021-02-19 11:52:44 +0100
commit2ce7ff2534ace42b70ee0762c411618d3bcc54fd (patch)
tree5546501bbfb4c1f75348b010a1ccbaa050f02035 /bootstrap.sh
parent17815f1236f98f47a9d537ec1c7a89e383704b8e (diff)
downloadautoconf-archive-2ce7ff2534ace42b70ee0762c411618d3bcc54fd.tar.gz
Add --no-vc-files to bootstrap.sh to stop duplicate .gitignore entries
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index fb2d691..4d975f5 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -15,7 +15,7 @@ fi
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
+$gnulibtool --m4-base build-aux --source-base build-aux --import --no-vc-files $gnulib_modules
sed -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_GPL_version:/disabled_sc_GPL_version:/' \