dnl Process this file with dnl aclocal; automake; autoconf to produce a configure script. AC_INIT(src/gsfv.c) AM_INIT_AUTOMAKE(gsfv, 0.2.1) AM_CONFIG_HEADER(src/config.h) dnl Checks for programs. AC_PROG_CC AM_PROG_CC_STDC AC_PROG_LN_S AC_PROG_INSTALL AM_PATH_GTK(1.2.0, [LIBS="$LIBS $GTK_LIBS" CFLAGS="$CFLAGS $GTK_CFLAGS"], AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?)) dnl Checks for header files. AC_HEADER_STDC AC_HEADER_DIRENT AC_HEADER_TIME dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST dnl Checks for library functions. dnl Substs.. AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) AC_OUTPUT(Makefile src/Makefile)