Skip to content

Commit 06dbd92

Browse files
committed
versioning.sh: autotools no longer needed
1 parent ee7254d commit 06dbd92

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/versioning.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ function application_build_versioned_components()
2121
# -------------------------------------------------------------------------
2222
# Build the native dependencies.
2323

24-
autotools_build
24+
# No longer needed with recent libxml2.
25+
if false
26+
then
27+
# autoreconf required by libxml2.
28+
autotools_build
29+
fi
2530

2631
# -----------------------------------------------------------------------
2732
# Revert to requested target.

0 commit comments

Comments
 (0)