src/Makefile.am:38 Changed versioning to 11:0:8 thanks to Bernhard Kaindl
[freeglut] / configure.in
index c53d2a7..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.
@@ -27,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 \
+       )