diff options
Diffstat (limited to 'tools/libtool/patches/001-always-install-aux.patch')
-rw-r--r-- | tools/libtool/patches/001-always-install-aux.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/libtool/patches/001-always-install-aux.patch b/tools/libtool/patches/001-always-install-aux.patch new file mode 100644 index 0000000000..f9e0d959f9 --- /dev/null +++ b/tools/libtool/patches/001-always-install-aux.patch @@ -0,0 +1,11 @@ +--- a/libtoolize.in ++++ b/libtoolize.in +@@ -1066,7 +1066,7 @@ func_install_pkgaux_files () + func_ltmain_update "$file" "$pkgauxdir" "$aux_dir" pkgaux_header + ;; + *) +- test subproject = "$ltdl_mode" || continue ++ $opt_install || test subproject = "$ltdl_mode" || continue + func_copy "$file" "$pkgauxdir" "$aux_dir" pkgaux_header + ;; + esac |