diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-02-16 21:48:45 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-02-16 21:48:45 +0100 |
commit | 90054c1a698ff755ac63125267c2bb66e53dee2d (patch) | |
tree | 3e55d4cb27ac6f2451c0b7ae5b2aacf9f438b0aa | |
parent | e0c88039b6d88b03a91dec34d69b2d776860135d (diff) | |
download | php-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-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |