1 dnl Process this file with autoconf to produce a configure script.
3 AM_INIT_AUTOMAKE(bison,1.27)
4 AM_CONFIG_HEADER(config.h:config.hin)
7 ALL_LINGUAS="de es fr nl"
9 dnl Checks for programs.
17 dnl Checks for libraries.
19 dnl Checks for header files.
21 AC_CHECK_HEADERS(ctype.h locale.h memory.h stdlib.h string.h unistd.h)
23 dnl Checks for typedefs.
25 dnl Checks for structures.
27 dnl Checks for compiler characteristics.
31 dnl Checks for library functions.
33 AC_CHECK_FUNCS(mkstemp setlocale)
37 # This is necessary so that .o files in LIBOBJS are also built via
38 # the ANSI2KNR-filtering rules.
39 LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
41 PFILE="${datadir}/bison.simple"
42 BISON_DEFINE_FILE(XPFILE, PFILE)
43 PFILE1="${datadir}/bison.hairy"
44 BISON_DEFINE_FILE(XPFILE1, PFILE1)
46 AC_OUTPUT(Makefile intl/Makefile po/Makefile.in)