bug-autoconf
[Top][All Lists]
Advanced

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

Re: autoconf-2.57 fails on Tru64Unix 5.1A


From: Martin MOKREJŠ
Subject: Re: autoconf-2.57 fails on Tru64Unix 5.1A
Date: Wed, 21 May 2003 14:08:29 +0200 (CEST)

On Wed, 21 May 2003, Akim Demaille wrote:

Hi,
  yes, now it's finally fixed. All tests succeeded. Thanks!


>
>  Martin> Hi,
>
>  Martin> unfortunately this is not enough! The "make check" still fails (while
>  Martin> being in current cvs checkout tree). Also, when I installed and 
> executed
>  Martin> the new programs, I get:
>
>  Martin> $ /software/@sys/usr/bin/autoupdate
>  Martin> Possible unintended interpolation of @sys in string at 
> /software/@sys/usr/bin/autoupdate line 53.
>  Martin> Global symbol "@sys" requires explicit package name at 
> /software/@sys/usr/bin/autoupdate line 53.
>  Martin> Execution of /software/@sys/usr/bin/autoupdate aborted due to 
> compilation errors.
>
> Thanks for the report.  I'm adding the following patch.  The current
> tarball is available at
>
>     http://www.lrde.epita.fr/~akim/download/autoconf-2.57a.tar.gz
>
>
> Index: ChangeLog
> from  Akim Demaille  <address@hidden>
>
>       * bin/autoupdate.in ($m4): Fix quotation.
>       Reported by Martin Mokrejs.
>
> Index: bin/autoupdate.in
> ===================================================================
> RCS file: /cvsroot/autoconf/autoconf/bin/autoupdate.in,v
> retrieving revision 1.43
> diff -u -u -w -u -r1.43 autoupdate.in
> --- bin/autoupdate.in 16 May 2003 09:54:47 -0000 1.43
> +++ bin/autoupdate.in 21 May 2003 09:46:39 -0000
> @@ -50,7 +50,7 @@
>  my @include = ('@datadir@');
>  my $force = 0;
>  # m4.
> -my $m4 = $ENV{"M4"} || "@M4@";
> +my $m4 = $ENV{"M4"} || '@M4@';
>
>
>  # $HELP
>

-- 
Martin Mokrejs <address@hidden>, <address@hidden>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585




reply via email to

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