On Sat, Jan 05, 2002 at 03:10:58PM -0600, Bob Friesenhahn wrote:
> It looks like the aborted configure run I was seeing was due to an
> update I made to configure.ac to try to get 'make dist' to actually
> work. My update was missing a quote. Sorry about that.
>
> The automake warning/error remains.
I tried to reproduce your warning/error but I could not. The section
of code in automake looks fine to me.
# Ensure a file exists.
sub create
{
my ($file) = @_;
my $touch = new IO::File (">> $file");
$touch->close;
}
--
albert chin ([EMAIL PROTECTED])
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool