Re: [AD] 4.0.2 releasei/CVS |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> > I actually get the very same message on my Linux box, because
> > /usr/local/lib is not in the library path for 'root'.
I wonder how I could have written these lines...
> @@ -325,7 +325,7 @@
> @echo Installing allegro-config to $(bindir)
> @$(INSTALL_PROGRAM) allegro-config $(bindir)
> @if test -n "$(LIBDIR)/liball*-$(shared_version).so"; then \
> - (grep -q $(libdir) /etc/ld.so.conf || \
> + (echo $(libdir) | grep /etc/ld.so.conf >/dev/null || \
> test $(libdir) = /lib || test $(libdir) = /usr/lib) \
> && ($(LDCONFIG) $(libdir) || true) || (\
> echo "" ; \
>
> Argh, back it out, back it out!
Argh, my bad, my bad!
Are you pleased with the following line ?
cat /etc/ld.so.conf | grep $(libdir) > /dev/null
> > Peter recently modified the way the close button is handled under X11.
> > Perhaps a remote problem.
>
> I won't be looking until at least Thursday.
Ok, I'll wait until Thursday. But we could simply revert the patch for now
because I'm really willing to release a 4.1.0 WIP very soon afterwards.
--
Eric Botcazou
ebotcazou@xxxxxxxxxx