RE: [AD] allegro-config version patch

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Title: RE: [AD] allegro-config version patch

> >  if test "$echo_libs" = "yes"; then
> > +   lib_base_name=$prefix/lib/lib$lib_type-$optarg
> > +   if test ! -f ${lib_base_name}.so; then
> > +      if test ! -f ${lib_base_name}.a; then
> > +         echo "${lib_base_name}.[so|a] not found"
> > +         exit 1
> > +      fi
> > +   fi
>
> I got rid of this bit (doesn't work and unnecessary).

What exactly ?
Seemed to work for me. Unless I changed it after testing :)
bash specific ?

--
Vincent Penquerc'h



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/