On Dec 29, 2000, Harlan Stenn <[EMAIL PROTECTED]> 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 aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me