1 dnl Process this file with autoconf to produce a configure script.
4 AM_INIT_AUTOMAKE(freeglut,0.1)
5 AM_CONFIG_HEADER(config.h)
7 dnl Checks for programs.
14 AC_SUBST(LIBTOOL_DEPS)
16 dnl Checks for libraries.
19 dnl Checks for header files.
21 AC_HAVE_HEADERS( GL/gl.h GL/glu.h GL/glx.h )
23 dnl Checks for typedefs, structures, and compiler characteristics.
25 dnl Checks for library functions.
30 AC_OUTPUT(Makefile freeglut-1.3/Makefile include/Makefile include/GL/Makefile genfonts/Makefile tests/Makefile )