+dnl DESCRIPTION
+dnl
+dnl Check for GLU. If GLU is found, the required preprocessor and linker
+dnl flags are included in the output variables "GLU_CFLAGS" and "GLU_LIBS",
+dnl respectively. If no GLU implementation is found, "no_glu" is set to
+dnl "yes".
+dnl
+dnl If the header "GL/glu.h" is found, "HAVE_GL_GLU_H" is defined. If the
+dnl header "OpenGL/glu.h" is found, HAVE_OPENGL_GLU_H is defined. These
+dnl preprocessor definitions may not be mutually exclusive.
+dnl
+dnl Some implementations (in particular, some versions of Mac OS X) are
+dnl known to treat the GLU tesselator callback function type as "GLvoid
+dnl (*)(...)" rather than the standard "GLvoid (*)()". If the former
+dnl condition is detected, this macro defines "HAVE_VARARGS_GLU_TESSCB".
+dnl
+dnl LICENSE
+dnl
+dnl Copyright (c) 2009 Braden McDaniel <braden@endoframe.com>
+dnl
+dnl This program is free software; you can redistribute it and/or modify it
+dnl under the terms of the GNU General Public License as published by the
+dnl Free Software Foundation; either version 2 of the License, or (at your
+dnl option) any later version.
+dnl
+dnl This program is distributed in the hope that it will be useful, but
+dnl WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+dnl Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License along
+dnl with this program. If not, see <http://www.gnu.org/licenses/>.
+dnl
+dnl As a special exception, the respective Autoconf Macro's copyright owner
+dnl gives unlimited permission to copy, distribute and modify the configure
+dnl scripts that are the output of Autoconf when processing the Macro. You
+dnl need not follow the terms of the GNU General Public License when using
+dnl or distributing such scripts, even though portions of the text of the
+dnl Macro appear in them. The GNU General Public License (GPL) does govern
+dnl all other use of the material that constitutes the Autoconf Macro.
+dnl
+dnl This special exception to the GPL applies to versions of the Autoconf
+dnl Macro released by the Autoconf Archive. When you make and distribute a
+dnl modified version of the Autoconf Macro, you may extend this special
+dnl exception to the GPL to apply to your modified version as well.