summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-06-14 21:03:34 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-06-14 21:06:13 +0300
commit74e285e77d204d15ef2dedd40483003c3d5746a7 (patch)
tree6d4d33bf86fc05fe8b75fe83f3ccc1c5777d0f33 /configure.ac
parent7ae106db9767abe3f7716a50bb8b189e47083efe (diff)
downloadmailutils-74e285e77d204d15ef2dedd40483003c3d5746a7.tar.gz
mailutils-74e285e77d204d15ef2dedd40483003c3d5746a7.tar.bz2
Require bison and flex
These are needed only during development cycle, as the created sources are included in the tarball. * am/bison.m4: New file. * am/flex.m4: New file. * configure.ac: Use MU_PROG_BISON and MU_PROG_FLEX * mu-aux/gylwrap: Drop support for alternative command line syntax and the --stdout option.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b0c551e4f..86bc16faf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ AC_SUBST(MU_LIB_COMMON_INCLUDES,'-I${top_builddir} -I${top_srcdir}/include -I${
AC_SUBST(MU_APP_COMMON_INCLUDES,'-I${srcdir} -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/lib/gnu -I${top_builddir}/lib/gnu -I${top_builddir} -I${top_builddir}/include')
# Use our replacement for the ylwrap tool
-AC_SUBST([MU_YLWRAP],'$(mu_aux_dir)/gylwrap --compatibility --')
+AC_SUBST([MU_YLWRAP],'$(mu_aux_dir)/gylwrap --')
dnl Check for programs
AC_PROG_CC
@@ -83,8 +83,8 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
-AC_PROG_YACC
-AM_PROG_LEX
+MU_PROG_BISON
+MU_PROG_LEX
AM_PROG_LIBTOOL
## Predefine several variables used to display configuration status

Return to:

Send suggestions and report system problems to the System administrator.