1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 21:34:17 +01:00

fixed issue with path assignment

This commit is contained in:
dan
2004-11-14 00:11:20 +00:00
parent 684621ecd4
commit bde572f673

View File

@@ -828,12 +828,12 @@ AC_DEFINE_UNQUOTED(SYSCONFDIR, "$_sysconfdir", [where the configuration is store
dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
dnl ==============================================
appspath=""
AC_ARG_WITH(appspath,
[ --with-gnustepdir=PATH specify the directory for GNUstep applications], appspath=$withval )
[ --with-gnustepdir=PATH specify the directory for GNUstep applications])
if test "$appspath$GNUSTEP_LOCAL_ROOT" = ""; then
appspath=$with_gnustepdir
if test "x$appspath$GNUSTEP_LOCAL_ROOT" = "x"; then
wprefs_base_dir=${prefix}
wprefs_datadir="${datadir}/WPrefs"
wprefs_bindir="${bindir}"