diff options
author | Michael Osipov <1983-01-06@gmx.net> | 2015-04-30 10:06:09 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-30 18:40:35 +0200 |
commit | b6c9f5b7aed047a5f5d4eaec9f71780404d18d3d (patch) | |
tree | 42b1293b09e946cc0e2e8139945068020f78816c /buildconf | |
parent | 4335b86a10f4a7abfefd8ca8d622f253dde62277 (diff) | |
download | curl-b6c9f5b7aed047a5f5d4eaec9f71780404d18d3d.tar.gz |
configure: remove missing and make it autogenerate
The missing file has not been autogenerated because a temporary fix was
employed in acinclude.m4 which blocked update. Removed that fix and a recent
version of missing is copied to build root.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -318,6 +318,7 @@ for fname in .deps \ ltsugar.m4 \ ltversion.m4 \ lt~obsolete.m4 \ + missing \ install-sh \ stamp-h1 \ stamp-h2 \ |