summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-02-16 21:48:45 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-02-16 21:48:45 +0100
commit90054c1a698ff755ac63125267c2bb66e53dee2d (patch)
tree3e55d4cb27ac6f2451c0b7ae5b2aacf9f438b0aa
parente0c88039b6d88b03a91dec34d69b2d776860135d (diff)
downloadphp-git-90054c1a698ff755ac63125267c2bb66e53dee2d.tar.gz
Remove unused --copy option from the makedist
The --copy option was once used with Automake. It has been removed via 128119b9abf3446b3867ed6d6bf1503a54bf45ea.
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 1e10aed055..5f83fd6284 100755
--- a/makedist
+++ b/makedist
@@ -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.