mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
24 lines
835 B
Text
24 lines
835 B
Text
--- configure.orig Tue Feb 3 02:41:54 2004
|
|
+++ configure Mon Feb 9 00:06:45 2004
|
|
@@ -19045,6 +19045,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -19183,13 +19184,6 @@
|
|
if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
|
|
{ { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
|
|
echo "$as_me: error: perl 5.x required for intltool" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
-fi
|
|
-if `perl -e "require XML::Parser" 2>/dev/null`; then
|
|
-:
|
|
-else
|
|
- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
|
|
-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
|