[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoconf-2.57 fails on Tru64Unix 5.1A
From: |
Akim Demaille |
Subject: |
Re: autoconf-2.57 fails on Tru64Unix 5.1A |
Date: |
Wed, 21 May 2003 11:46:58 +0200 |
User-agent: |
Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux) |
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