Use separate $(MINSTALL) for installing libraries
authorDan Nicholson <dbn.lists@gmail.com>
Fri, 22 May 2009 16:39:02 +0000 (09:39 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 1 Jun 2009 13:32:52 +0000 (06:32 -0700)
commitbc302b2a33ceffe454bcf443daa0ac1edc118e9b
treeb3ef47e16a5479963a12bf2585cadfa54539d035
parent85e0572756b85b7025740fbbefb673cf75a46cea
Use separate $(MINSTALL) for installing libraries

The special feature of bin/minstall to copy symlinks is only ever needed
when installing libraries which may have .so symlinks. All the headers
and directories can use a normal install program.

These two modes are separated as $(INSTALL) and $(MINSTALL) to allow the
user (or autoconf) to override installing normal files as they please.
An autoconf check for the install program has been added and will be
used in preference to minstall when available.

Fixes bug 16053.
19 files changed:
configs/autoconf.in
configs/default
configure.ac
src/egl/drivers/dri/Makefile
src/egl/drivers/glx/Makefile
src/egl/drivers/xdri/Makefile
src/egl/main/Makefile
src/gallium/winsys/drm/Makefile.template
src/gallium/winsys/drm/intel/xorg/Makefile
src/gallium/winsys/drm/radeon/xorg/Makefile
src/gallium/winsys/egl_xlib/Makefile
src/gallium/winsys/xlib/Makefile
src/glu/Makefile
src/glut/fbdev/Makefile
src/glut/glx/Makefile
src/glut/mini/Makefile
src/glw/Makefile
src/mesa/Makefile
src/mesa/drivers/dri/Makefile.template