fixed aclocal / autoheader order; some cosmetics
[freeglut] / configure.in
index a899288..ce5c570 100644 (file)
@@ -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,4 @@ 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 src/Makefile include/Makefile include/GL/Makefile genfonts/Makefile tests/Makefile )