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