AC_INIT(bibtag.c) AM_INIT_AUTOMAKE(bibtag,1.0.1) AC_PROG_CC AC_PROG_INSTALL AC_CHECK_HEADER(stdio.h, /bin/true, exit) AC_CHECK_HEADER(ctype.h, /bin/true, exit) AC_CHECK_HEADER(string.h, /bin/true, exit) AC_CHECK_HEADER(malloc.h, /bin/true, exit) AC_OUTPUT(Makefile)