1 dnl Process this file with autoconf to produce a configure script.
4 AM_INIT_AUTOMAKE(bison, 1.28a)
5 AM_CONFIG_HEADER(config.h:config.hin)
6 AC_DEFINE_UNQUOTED(VERSION_STRING, "GNU Bison version ${VERSION}",
9 ALL_LINGUAS="de es fr nl ru"
11 dnl Checks for programs.
19 dnl Checks for libraries.
21 dnl Checks for header files.
23 AC_CHECK_HEADERS(ctype.h locale.h memory.h stdlib.h string.h unistd.h)
25 dnl Checks for typedefs.
27 dnl Checks for structures.
29 dnl Checks for compiler characteristics.
33 dnl Checks for library functions.
35 AC_CHECK_FUNCS(mkstemp setlocale)
36 BISON_NEED_DECLARATIONS(calloc realloc)
40 # This is necessary so that .o files in LIBOBJS are also built via
41 # the ANSI2KNR-filtering rules.
42 LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
45 intl/Makefile po/Makefile.in
46 src/Makefile doc/Makefile m4/Makefile])