X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=configure.in;h=ce5c570e330bf3f5e17d9854272f3fe2507d88b9;hb=ed9109c3406ceb4339444506d2a0d9128b0476a0;hp=a8992888367d6f097934467ff016608a044f9fb1;hpb=c90e3f21e02020232054f78029ef9071c7359cfb;p=freeglut diff --git a/configure.in b/configure.in index a899288..ce5c570 100644 --- a/configure.in +++ b/configure.in @@ -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 )