--- ./configure.in.orig-autoconf	Fri Aug 28 17:26:00 1998
+++ ./configure.in	Mon Aug 31 23:33:45 1998
@@ -490,17 +490,17 @@
 dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
 dnl ==============================================
 
-gnustepdir="/usr/local/GNUstep"
+gnustepdir='${prefix}/GNUstep'
 
 if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then
 	gnustepdir=$GNUSTEP_LOCAL_ROOT
 fi
 
-appsdir=$gnustepdir/Apps
+appsdir="$gnustepdir/Apps"
 
-wprefsdir=$appsdir/WPrefs.app
+wprefsdir="$appsdir/WPrefs.app"
 
-echo "WPrefs.app will be installed in $wprefsdir"
+eval echo "WPrefs.app will be installed in $wprefsdir"
 AC_SUBST(wprefsdir)
 
 
--- ./configure.orig-autoconf	Sat Aug 29 22:01:52 1998
+++ ./configure	Mon Aug 31 23:34:38 1998
@@ -3806,17 +3806,17 @@
 
 
 
-gnustepdir="/usr/local/GNUstep"
+gnustepdir='${prefix}/GNUstep'
 
 if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then
 	gnustepdir=$GNUSTEP_LOCAL_ROOT
 fi
 
-appsdir=$gnustepdir/Apps
+appsdir="$gnustepdir/Apps"
 
-wprefsdir=$appsdir/WPrefs.app
+wprefsdir="$appsdir/WPrefs.app"
 
-echo "WPrefs.app will be installed in $wprefsdir"
+eval echo "WPrefs.app will be installed in $wprefsdir"
 
 
 
