]> git.cworth.org Git - ttt/blobdiff - configure.in
2005-12-02 Richard D. Worth <richard@theworths.org>
[ttt] / configure.in
index a612672811e4a2091f7a499a4e475847c6653a95..96a500fbd43fdde4831471e3335266bae3174e9e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(src/ttt.c)
+AC_INIT(src/ttt.h)
 
 dnl ===========================================================================
 
@@ -14,6 +14,7 @@ AM_MAINTAINER_MODE
 
 AC_PROG_CC
 AC_STDC_HEADERS
+AM_PROG_LEX
 
 dnl ===========================================================================
 dnl Use lots of warning flags with GCC