autoconf
[Top][All Lists]
Advanced

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

Re: make check error in autoconf v2.52f


From: John Poltorak
Subject: Re: make check error in autoconf v2.52f
Date: Mon, 21 Jan 2002 14:17:48 +0000

On Mon, Jan 21, 2002 at 02:46:40PM +0100, Akim Demaille wrote:
> 
> | This is the single error I get when building and installing autoconf 
> | v2.52f on OS/2:-
> | 
> | Making check in tests
> | make[1]: Entering directory `/workdir/autoconf-2.52f/tests'
> | make  check-local
> | make[2]: Entering directory `/workdir/autoconf-2.52f/tests'
> | ./autom4te --language=autotest -I . suite.at -o testsuite.tmp
> | make[2]: ./autom4te: Command not found
> 
> Nah, lemme guess: you don't have /bin/sh?  Your problem is that the
> line to start sh should probably be different.
> 
> Can you send
> 
>         sed 1q tests/autom4te
>         sed 1q bin/autoconf
> 
> ?
> 
> Thanks.
> 


Both start:-

#! /bin/sh

and I do have a /bin/sh.exe on the current drive.

BTW autom4te starts like this:-


#! c:/usr/bin/perl.exe -w
# -*- perl -*-
# @configure_input@

eval 'exec c:/usr/bin/perl.exe -S $0 ${1+"$@"}'
    if 0;


BEGIN
{
  my $datadir = ($ENV{'autom4te_perllibdir'} || 'c:/usr/local/share/autoconf');
  unshift @INC, "$datadir";
}



Don't know if this is what you might expect...


-- 
John





reply via email to

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