blob: 8797a60d41af7a4771b6ea6a72d234163ffe392a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- 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
|