fa2eebe46f
'xhost' problem fixed in 3.5.2.
23 lines
755 B
Plaintext
23 lines
755 B
Plaintext
--- configure.orig Sun Oct 1 01:16:19 2000
|
|
+++ configure Thu Nov 2 05:45:10 2000
|
|
@@ -2622,6 +2622,8 @@
|
|
if test "$cross_compiling" = yes; then
|
|
ac_cv_func_mmap_fixed_mapped=no
|
|
else
|
|
+ ac_save_LIBS="$LIBS"
|
|
+ LIBS="-lintl $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 2627 "configure"
|
|
#include "confdefs.h"
|
|
@@ -6667,8 +6669,8 @@
|
|
|
|
|
|
|
|
-
|
|
-
|
|
+XFCE_DIR=`eval echo $XFCE_DIR`
|
|
+XFCE_CONFDIR=`eval echo $XFCE_CONFDIR`
|
|
sed -e "s%XFCE_DIR%$XFCE_DIR%g" -e "s%XFCE_CONFDIR%$XFCE_CONFDIR%g" scripts/xfce_setup.in > scripts/xfce_setup
|
|
sed -e "s%XFCE_DIR%$XFCE_DIR%g" -e "s%XFCE_CONFDIR%$XFCE_CONFDIR%g" scripts/xfce_upgrade.in > scripts/xfce_upgrade
|
|
sed -e "s%XFCE_DIR%$XFCE_DIR%g" -e "s%XFCE_CONFDIR%$XFCE_CONFDIR%g" scripts/xfhelp.in > scripts/xfhelp
|