mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-12 09:34:15 +01:00
Fix --with-gnustepdir
Commitacc868d91dtried to change --with-appspath to --with-gnustepdir, but either it wasn't done correctly (and no one noticed) or old versions of AC_ARG_WITH worked completely differently (and in an extremely odd way) because the option remained --with-appspath and just the help text was changed. Then commitbde572f673, which claims to have been fixing some sort of issue with path assignment, broke it completely (i guess) because the author there trusted the help text. This completes the change from commitacc868d91dthat makes the option really be --with-gnustepdir. Signed-off-by: Brad Jorsch <anomie@users.sourceforge.net>
This commit is contained in:
committed by
Carlos R. Mafra
parent
80814b7dba
commit
b042d2be8e
@@ -807,7 +807,7 @@ AC_DEFINE_UNQUOTED(SYSCONFDIR, "$_sysconfdir", [where the configuration is store
|
||||
dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
|
||||
dnl ==============================================
|
||||
|
||||
AC_ARG_WITH(appspath, AS_HELP_STRING([--with-gnustepdir=PATH], [specify the directory for GNUstep applications]))
|
||||
AC_ARG_WITH(gnustepdir, AS_HELP_STRING([--with-gnustepdir=PATH], [specify the directory for GNUstep applications]))
|
||||
|
||||
if test "x`echo $with_gnustepdir | grep ^/`" != "x"; then
|
||||
appspath=$with_gnustepdir
|
||||
|
||||
Reference in New Issue
Block a user