]> git.pld-linux.org Git - packages/WindowMaker.git/blame - WindowMaker-gnustep.patch
- rel 19; fix build
[packages/WindowMaker.git] / WindowMaker-gnustep.patch
CommitLineData
0a0450c5
JP
1--- configure.ac.orig 2006-01-21 12:34:02.000000000 +0100
2+++ configure.ac 2006-01-21 12:34:41.000000000 +0100
3@@ -825,7 +825,7 @@
4 AC_DEFINE_UNQUOTED(SYSCONFDIR, "$_sysconfdir", [where the configuration is stored (defined by configure)])
5
6
7-dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
8+dnl Support for GNUSTEP_ROOT, for WPrefs.app
9 dnl ==============================================
10
11 AC_ARG_WITH(appspath,
12@@ -833,15 +833,15 @@
13
14 appspath=$with_gnustepdir
15
16-if test "x$appspath$GNUSTEP_LOCAL_ROOT" = "x"; then
17+if test "x$appspath$GNUSTEP_ROOT" = "x"; then
18 wprefs_base_dir=${prefix}
19 wprefs_datadir="${datadir}/WPrefs"
20 wprefs_bindir="${bindir}"
21 else
22 gnustepdir=$appspath
23
24- if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then
25- gnustepdir=`echo "$GNUSTEP_LOCAL_ROOT" | sed -e "s|^${prefix}|prefix|"`
26+ if test "x$GNUSTEP_ROOT" != "x" ; then
27+ gnustepdir=`echo "$GNUSTEP_ROOT" | sed -e "s|^${prefix}|prefix|"`
28 gnustepdir=`echo $gnustepdir | sed -e 's|^prefix|${prefix}|'`
29 fi
30
This page took 0.073549 seconds and 4 git commands to generate.