27 lines
692 B
Text
27 lines
692 B
Text
--- configure.orig Tue Dec 2 15:31:05 2003
|
|
+++ configure Mon Dec 22 01:56:33 2003
|
|
@@ -18919,6 +18919,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'
|
|
@@ -22257,14 +22258,14 @@
|
|
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
|
|
+#define GNOME_ICONDIR "${datadir}/pixmaps"
|
|
_ACEOF
|
|
|
|
|
|
#defined the below to enable help to work for applets
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define DATADIR "${prefix}/share"
|
|
+#define DATADIR "${datadir}"
|
|
_ACEOF
|
|
|
|
cat >>confdefs.h <<_ACEOF
|