blob: 843cf5e980688f775873acefd4e06c57adb2c68f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- configure.orig Tue Dec 17 05:27:57 2002
+++ configure Sun Dec 22 17:31:25 2002
@@ -7270,6 +7270,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'
@@ -10758,17 +10759,17 @@
if test "x${prefix}" = "xNONE"; then
cat >>confdefs.h <<_ACEOF
-#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
+
_ACEOF
pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
else
cat >>confdefs.h <<_ACEOF
-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
+#define PIXMAPS_DIR "${datadir}/pixmaps"
_ACEOF
- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
+ pixmapsdir="${datadir}/pixmaps"
fi
|