autoconf-patches
[Top][All Lists]
Advanced

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

Re: Using result of AC_PROG_SED as sed program in config.status


From: Stepan Kasal
Subject: Re: Using result of AC_PROG_SED as sed program in config.status
Date: Fri, 4 Feb 2005 10:07:03 +0100
User-agent: Mutt/1.4.1i

Hi,

On Fri, Feb 04, 2005 at 12:31:13AM -0800, Paul Eggert wrote:
> It says "/usr/xpg4/bin/sed is seen to segfault under Solaris 8 when

OK, so we could use $ac_sed, determined as this:
ac_sed=sed
if the default sed truncates lines, then
   search for GNU sed, under the name of "sed" or "gsed"
   if found, set ac_sed to the full path of it
   if not found, issue a warning
fi

Would you accept such patch?

Stepan




reply via email to

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