[PATCH] autoreconf: Add --install to libtoolize
Kusanagi Kouichi <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <20191122081714893.HFBS.12758.ppp.dion.ne.jp@dmta0005.auone-net.jp> |
Otherwise autoreconf -i doesn't copy missing auxiliary files. Signed-off-by: Kusanagi Kouichi <[email protected]> --- bin/autoreconf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 79ffb9f5..c1bb2c37 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -199,6 +199,7 @@ sub parse_args () { $automake .= ' --add-missing'; $automake .= ' --copy' unless $symlink; + $libtoolize .= ' --install'; $libtoolize .= ' --copy' unless $symlink; } # --force; -- 2.24.0