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.
18 dnl Checks for header files.
20 AC_HAVE_HEADERS( GL/gl.h GL/glu.h GL/glx.h )
22 dnl Checks for typedefs, structures, and compiler characteristics.
24 dnl Checks for library functions.
29 AC_OUTPUT(Makefile freeglut-1.3/Makefile include/Makefile include/GL/Makefile genfonts/Makefile tests/Makefile )