This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New libg++ and no more libg++ from H.J.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]