automake
[Top][All Lists]
Advanced

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

Re: Ultrix problem


From: Alexandre Oliva
Subject: Re: Ultrix problem
Date: 29 Dec 2000 19:23:54 -0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

On Dec 29, 2000, Harlan Stenn <address@hidden> wrote:

>  + eval ${SHELL} /pogo/users/stenn/src/ntp.001227/missing --run : 

I believe this can't be a problem in autoconf, since the `missing'
script is maintained as part of automake and, indeed, the test to
check whether it supports the `--run' switch relies upon `:'.

Does missing work if, instead of:

  "$@" && exit 0

the missing script did:

  prog=$1
  shift
  "$prog" ${1+"$@"} && exit 0

?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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