]> git.draconx.ca Git - gob-dx.git/blobdiff - configure.ac
Add test cases for various command-line options.
[gob-dx.git] / configure.ac
index f3e4b913b4925b9326cc375f8ec88c1afdba4ff1..3632fb15767e4e5fff09dd2e20467d5d60be7a33 100644 (file)
@@ -16,7 +16,6 @@ DX_AUTOMAKE_COMPAT
 
 AC_PROG_CC
 AC_PROG_CXX
-AC_PROG_LEX
 AC_PROG_YACC
 
 AC_ARG_VAR([PERL], [command to execute perl programs])
@@ -25,6 +24,9 @@ AM_CONDITIONAL([HAVE_PERL], [$PERL -e 'my $x = 42; exit $x'; test $? = 42])
 
 LT_INIT
 
+DX_PROG_FLEX([], [have_flex=yes], [have_flex=no])
+AM_CONDITIONAL([HAVE_FLEX], [test x"$have_flex" = x"yes"])
+
 DX_LIB_GLIB2
 
 dnl Dependencies for test suite
@@ -38,5 +40,5 @@ AC_CONFIG_TESTDIR([.], [t:.])
 DX_PROG_AUTOTEST
 AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"])
 
-AC_CONFIG_FILES([Makefile gob2.spec doc/gob2.1 atlocal])
+AC_CONFIG_FILES([Makefile gob2.spec doc/gob2.1])
 AC_OUTPUT