Fix --with-gnustepdir
commitb042d2be8e98c84968e54dfcf25d5b605926b694
authorBrad Jorsch <anomie@users.sourceforge.net>
Wed, 22 Sep 2010 14:24:46 +0000 (22 10:24 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 7 Oct 2010 10:04:28 +0000 (7 12:04 +0200)
treef6f88f8c739e70648900a5545f9e0de886ddc6f7
parent80814b7dba92d831dce66c81d04320af15be8023
Fix --with-gnustepdir

Commit acc868d91d1457770f3b85c9636d7370721bf1a9 tried 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 commit
bde572f67311f156f4ec4469e2ea4f16d7b1130a, 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 commit
acc868d91d1457770f3b85c9636d7370721bf1a9 that makes the option really be
--with-gnustepdir.

Signed-off-by: Brad Jorsch <anomie@users.sourceforge.net>
configure.ac