Skip to content

Commit 4c0d64c

Browse files
mcpratrobimarko
authored andcommitted
tools: libtool: always install all auxillary files
Remove the needless restriction for which auxillary files are installed. This aligns the behavior of libtoolize with the existing behavior of automake. This can prevent the seemingly random error if autoreconf happens to be ran multiple times: configure: error: cannot find required auxiliary files: compile Signed-off-by: Michael Pratt <[email protected]> Link: openwrt/openwrt#19748 Signed-off-by: Robert Marko <[email protected]>
1 parent a808086 commit 4c0d64c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/libtoolize.in
2+
+++ b/libtoolize.in
3+
@@ -1066,7 +1066,7 @@ func_install_pkgaux_files ()
4+
func_ltmain_update "$file" "$pkgauxdir" "$aux_dir" pkgaux_header
5+
;;
6+
*)
7+
- test subproject = "$ltdl_mode" || continue
8+
+ $opt_install || test subproject = "$ltdl_mode" || continue
9+
func_copy "$file" "$pkgauxdir" "$aux_dir" pkgaux_header
10+
;;
11+
esac

0 commit comments

Comments
 (0)