lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 5759e50 1/5: Don't use xmlwrapp bootstrap scr


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5759e50 1/5: Don't use xmlwrapp bootstrap script
Date: Mon, 2 Nov 2020 17:01:12 -0500 (EST)

branch: master
commit 5759e50a786ac3c3f6b517021a2439bd538fea66
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Don't use xmlwrapp bootstrap script
    
    It is doing too much and, notably, tries to run doxygen, which is
    unnecessary as we don't need to generate the library documentation at
    all.
    
    Replace the bespoke script with a general autoreconf invocation, which
    is more standard, faster and doesn't output any doxygen-related errors.
---
 install_xml_libraries.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_xml_libraries.sh b/install_xml_libraries.sh
index b23938b..4b29c42 100755
--- a/install_xml_libraries.sh
+++ b/install_xml_libraries.sh
@@ -205,7 +205,7 @@ for lib in xmlwrapp; do
     libdir="$srcdir/third_party/$lib"
     if [ ! -x "$libdir/configure" ]; then
         cd "$libdir"
-        ./bootstrap
+        autoreconf --install
     fi
     mkdir --parents "$build_dir/$lib"
     cd "$build_dir/$lib"



reply via email to

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