* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT

* bootstrap: Fixed stupid mistakes.
* configure.in (LIBGL_VERSION): Include Mesa version as tiny number.
(LIBGLU_VERSION): Likewise.
This commit is contained in:
pesco 2000-12-21 20:04:14 +00:00
parent 9da422c639
commit 05ecec6f49

View file

@ -22,7 +22,7 @@ if HAVE_X11
INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
endif
if ENABLE_GLUT_BUILD
if NEED_GLUT
INC_GLUT = glut.h
endif