bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: symlink install problem


From: Stepan Kasal
Subject: Re: symlink install problem
Date: Fri, 2 Jan 2004 11:24:22 +0100
User-agent: Mutt/1.4.1i

Hello all,
        attached is another attempt to get the install-exec-hook
of gawk as general as possible.  I obeyed the advices of Paolo, Paul,
and autoconf manual.
It uses ``test -h file 2>/dev/null'' which should say true iff test
supports -h and the symlink exists.  (Autoconf manual says that
test -h should work on systems which have symlinks.)
Similarily, the construction which calls ``awk'' doesn't depent on the
existence of awk; it's only that it gives "GNU", iff the system has
gawk installed as awk.

Enjoy,
        Stepan

Attachment: gawk-3.1.3-ln_awk.patch
Description: Text document


reply via email to

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