blob: 63b7a8f0f840dda5cb5ead672ecfac85c7b2ac41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ae,v 1.11 2002/06/01 19:00:46 marcus Exp $
--- configure.orig Thu May 23 17:20:40 2002
+++ configure Sat Jun 1 14:26:00 2002
@@ -7192,6 +7192,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'
@@ -10107,7 +10108,7 @@
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
INSTOBJEXT=.mo
|