diff options
author | James Morris <jamesmorris2@gmail.com> | 2020-11-11 11:02:38 -0500 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2021-02-19 11:52:44 +0100 |
commit | 2ce7ff2534ace42b70ee0762c411618d3bcc54fd (patch) | |
tree | 5546501bbfb4c1f75348b010a1ccbaa050f02035 | |
parent | 17815f1236f98f47a9d537ec1c7a89e383704b8e (diff) | |
download | autoconf-archive-2ce7ff2534ace42b70ee0762c411618d3bcc54fd.tar.gz |
Add --no-vc-files to bootstrap.sh to stop duplicate .gitignore entries
-rwxr-xr-x | bootstrap.sh | 2 |
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:/' \ |