Add check bison version in configure.ac file.
To build correctly matiec we need bison greater or equals than 2.4 version.
Now the "configure" script is able to check if system has correctly requirements.
include ../../common.mk
lib_LIBRARIES = libstage4_c.a
libstage4_c_a_SOURCES = generate_c.cc
libstage4_c_a_LIBADD = ../stage4.o
libstage4_c_a_cppflags = -I../../../absyntax