[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Small autoreconf patch
From: |
Tim Van Holder |
Subject: |
Re: Small autoreconf patch |
Date: |
Sun, 11 Feb 2001 21:35:22 +0100 |
>> > * remake-hdr.am (@STAMP@): Use .T as suffix for the
>> > temporary file.
>>
>> You should probably patch autoconf's autoreconf too.
>
> > What part would need patching?
>
> The one that choose stamp file names like those created by automake.
Right - I hadn't noticed this:
stamp_num=`test "$tcount" -gt 1 && echo "$tcount"`
stamp=$template_dir/stamp-h$stamp_num.in
once tcount becomes larger than 9, there are potential problems.
Now:
a) how likely is it that tcount becomes 10 or more?
b) what impact does using a different name (e.g. st-h-$stamp.in)
have?