gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] gnu-patch-test fails when full path is specified


From: lode . leroy
Subject: [Gnu-arch-users] gnu-patch-test fails when full path is specified
Date: Fri, 20 Aug 2004 15:16:41 +0200 (CEST)
User-agent: SquirrelMail/1.4.3a

I noticed that gnu-patch-test fails (on cygwin only?) when passed
a full path, ie.
./configure --with-gnu-patch=/usr/share/tla/libexec/patch.exe

ultimately, this fails because
`which /usr/share/tla/libexec/patch.exe` does not evaluate to
/usr/share/tla/libexec/patch.exe

Here is a fix:

~/prj $ diff -brw tla-1.2.1*/src/build-tools/auto-conf-lib/gnu-patch-test
119c119
< if [ -x "`which "$PATCHPROG"  2>/dev/null`" ] ; then
---
> if [ -x "$PATCHPROG" -o -x "`which "$PATCHPROG"  2>/dev/null`" ] ; then


----------------------------------------------------------------------------------
Plaats je zoekertjes GRATIS op AdValvas
Placez votre petite annonce GRATUITEMENT sur AdValvas
http://www.advalvas.be




reply via email to

[Prev in Thread] Current Thread [Next in Thread]