# Process this file with autoconf to create configure. AC_INIT(hello.h) AM_CONFIG_HEADER(config.in:config.h) AM_INIT_AUTOMAKE(hello, 1.0) AC_PROG_CC AC_C_CONST AM_PROG_LIBTOOL AC_OUTPUT(Makefile)