[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: non portable sed scripts
From: |
Tim Rice |
Subject: |
Re: non portable sed scripts |
Date: |
Thu, 25 May 2006 19:22:53 -0700 (PDT) |
On Tue, 23 May 2006, Paul Eggert wrote:
> I installed this patch, which works around this particular problem by
> not using shell expansion at all in the here-documents used to create
> defines.sed. However, other instances of this problem lurk in
> AC_LANG_SOURCE(C), _AC_INIT_HELP, _AC_DEFINE_Q, AC_LANG_CONFTEST,
> _AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_FILE, and
> _AC_OUTPUT_CONFIG_STATUS, with the last 3 being the most worrisome.
>
> Perhaps Tim could check whether this patch fixes his problem?
> If not, other patches are probably also needed.
I built autoconf from CVS pulled May 24 15:30 US/Pacific, ran
autoconf in the coreutils source tree, ran configure on my 7.1.1 box.
This time it worked fine.
Good work.
--
Tim Rice Multitalents (707) 887-1469
address@hidden
- Re: non portable sed scripts, (continued)
- Re: non portable sed scripts, Ralf Wildenhues, 2006/05/23
- Re: non portable sed scripts, Paul Eggert, 2006/05/23
- braced variable expansion in here documents (was: non portable sed scripts), Ralf Wildenhues, 2006/05/25
- Re: braced variable expansion in here documents, Paul Eggert, 2006/05/25
- Re: braced variable expansion in here documents, Ralf Wildenhues, 2006/05/25
- Re: braced variable expansion in here documents, Stepan Kasal, 2006/05/25
- Re: braced variable expansion in here documents, Ralf Wildenhues, 2006/05/26
- Re: braced variable expansion in here documents, Paul Eggert, 2006/05/26
- Re: braced variable expansion in here documents, Ralf Wildenhues, 2006/05/25
Re: non portable sed scripts,
Tim Rice <=
Re: non portable sed scripts, Ralf Wildenhues, 2006/05/23