src/freeglut_window.c:551 Removed extra carriage return for Windows users
[freeglut] / configure.in
index a899288..3934b1f 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(Makefile.am)
 
-AM_INIT_AUTOMAKE(freeglut,0.1)
+AM_INIT_AUTOMAKE(freeglut,2.0.0)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
@@ -14,6 +14,7 @@ AM_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
 
 dnl Checks for libraries.
+AC_PATH_XTRA
 
 dnl Checks for header files.
 AC_STDC_HEADERS
@@ -26,4 +27,16 @@ dnl Checks for library functions.
 AC_CHECK_LIBM
 AC_SUBST(LIBM)
 
-AC_OUTPUT(Makefile freeglut-1.3/Makefile include/Makefile include/GL/Makefile genfonts/Makefile tests/Makefile )
+AC_OUTPUT(\
+       Makefile \
+       doc/Makefile \
+       progs/Makefile \
+       progs/demos/Makefile \
+       progs/demos/Fractals/Makefile \
+       progs/demos/Fractals_random/Makefile \
+       progs/demos/Lorenz/Makefile \
+       progs/demos/One/Makefile \
+       src/Makefile \
+       include/Makefile \
+       include/GL/Makefile \
+       )