Fix build with automake-1.12.

This commit is contained in:
Horváth Balázs
2013-10-15 01:17:52 +02:00
parent bbc385474f
commit 761eba5b9b

View File

@@ -4,6 +4,7 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
AM_PROG_LEX
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_PROG_YACC
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lib/Makefile src/tools/Makefile extras/Makefile])