New libg++ and no more libg++ from H.J.
Manfred Hollstein
manfred@s-direktnet.de
Fri Sep 11 09:28:00 GMT 1998
On nil, 10 September 1998, 02:24:26, oliva@dcc.unicamp.br wrote:
> H J Lu <hjl@lucon.org> writes:
>
> > ftp://ftp.yggdrasil.com/private/hjl/libg++-2.8.1.2.tar.gz
>
> Looks like it will only configure correctly if the shell supports `!'
> to negate the result of a pipeline. Here's a patch.
>
> --
> Alexandre Oliva
> mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
> http://www.dcc.unicamp.br/~oliva
> Universidade Estadual de Campinas, SP, Brasil
>
> --- libg++/configure.in.orig Tue Sep 8 10:31:54 1998
> +++ libg++/configure.in Wed Sep 9 02:06:54 1998
> @@ -211,7 +211,8 @@
>
> # Get lgpl.texinfo
> if [ ! -f ${topsrcdir}/texinfo/lgpl.texinfo ] ; then
> - if ! ln -s ${topsrcdir}/libg++/texinfo/lgpl.texinfo . ; then
> + if ln -s ${topsrcdir}/libg++/texinfo/lgpl.texinfo . ; then :
> + else
> cp ${topsrcdir}/libg++/texinfo/lgpl.texinfo .
> fi
> fi
Alexandre, on which kind of system using which shell did you observe this
behaviour?
manfred
More information about the Libc-hacker
mailing list