autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] autoreconf: Add --install to libtoolize


From: Kusanagi Kouichi
Subject: [PATCH] autoreconf: Add --install to libtoolize
Date: Fri, 22 Nov 2019 17:17:14 +0900
User-agent: Mutt/1.12.2 (2019-09-21)

Otherwise autoreconf -i doesn't copy missing auxiliary files.

Signed-off-by: Kusanagi Kouichi <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]