blob: de6325abd82d2e47bca26097786816b3c963d856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- configure.orig Sun Dec 14 21:35:41 2003
+++ configure Sun Dec 14 21:39:11 2003
@@ -19127,6 +19127,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'
@@ -24937,7 +24938,7 @@
fi
else
cat >>confdefs.h <<_ACEOF
-#define PACKAGE_LOCALE_DIR "${datadir}/locale"
+#define PACKAGE_LOCALE_DIR "${prefix}/share/locale"
_ACEOF
fi
|