This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Ultrix problem
- To: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- Subject: Re: Ultrix problem
- From: Alexandre Oliva <oliva at lsd dot ic dot unicamp dot br>
- Date: 29 Dec 2000 19:23:54 -0200
- Cc: autoconf at gnu dot org, automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <35447.978065789@localhost>
On Dec 29, 2000, Harlan Stenn <Harlan.Stenn@pfcs.com> 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