libtool
[Top][All Lists]
Advanced

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

Re: libtool CVS permanently broken?


From: Albert Chin
Subject: Re: libtool CVS permanently broken?
Date: Sat, 5 Jan 2002 19:26:15 -0600
User-agent: Mutt/1.2.5i

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 (address@hidden)



reply via email to

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