blob: fe4f6be04cb5550dfd3c96828a735e291784232c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- configure.orig Fri Mar 7 16:06:13 2003
+++ configure Mon Mar 31 13:31:40 2003
@@ -5452,6 +5452,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'
@@ -6402,7 +6403,7 @@
# Check whether --with-default_fonts or --without-default_fonts was given.
if test "${with_default_fonts+set}" = set; then
withval="$with_default_fonts"
- defaultfonts="$withval"
+ default_fonts="$withval"
else
default_fonts=yes
fi
|