blob: a1d6a0e2fed01b39320875445409e692d141fbee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- configure.orig Wed Jul 23 22:20:56 2003
+++ configure Fri Aug 1 12:56:48 2003
@@ -19273,7 +19273,8 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -19567,7 +19568,7 @@
echo "$as_me:$LINENO: checking where to install panel plugins" >&5
echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6
- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0`
+ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins
echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5
echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6
|