forked from Lainports/freebsd-ports
22 lines
828 B
Text
22 lines
828 B
Text
--- configure.orig Wed Dec 31 01:26:36 2003
|
|
+++ configure Wed Dec 31 23:56:57 2003
|
|
@@ -19085,6 +19085,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'
|
|
@@ -19223,11 +19224,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
|
|
- { { 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
|
|
|