Remove unused --copy option from the makedist

The --copy option was once used with Automake. It has been
removed via 128119b9ab.
This commit is contained in:
Peter Kokot 2019-02-16 21:48:45 +01:00
parent e0c88039b6
commit 90054c1a69

View File

@ -88,7 +88,7 @@ done
# generate some files so people don't need bison, re2c and autoconf
# to install
set -x
./buildconf --copy --force
./buildconf --force
# remove buildmk.stamp. Otherwise, buildcheck.sh might not be run,
# when a user runs buildconf in the distribution.