dnl Process this file with autoconf to produce a configure script. AC_INIT(main.c) AM_INIT_AUTOMAKE(infinite, 0.2) dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL AM_PROG_LIBTOOL AM_PATH_GLIB(1.2.0, , AC_MSG_ERROR([*** GLIB >= 1.2.0 not installed - please install first ***])) AM_PATH_GTK(1.2.0, , AC_MSG_ERROR([*** GTK+ >= 1.2.0 not installed - please install first ***])) AM_PATH_XMMS(1.0.0, , AC_MSG_ERROR([*** XMMS >= 1.0.0 not installed - please install first ***])) AM_PATH_SDL(1.0.6, , AC_MSG_ERROR([*** SDL >= 1.0.6 not installed - please install first ***])) dnl Checks for libraries. dnl AC_HEADER_STDC dnl Checks for header files. dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_OUTPUT(Makefile)