AC_INIT(macros2/gnome-common.m4) AM_INIT_AUTOMAKE(gnome-common, 2.4.0) AM_MAINTAINER_MODE AM_CONDITIONAL(INSIDE_GNOME_COMMON, true) AC_ISC_POSIX AC_PROG_CC AC_PROG_CPP AC_STDC_HEADERS AM_PROG_LIBTOOL AC_PROG_AWK AC_PATH_PROG(PKG_CONFIG, pkg-config) if test "!" -x "$PKG_CONFIG" ; then AC_MSG_ERROR([ *** You need the latest pkg-config. *** Get the latest version of pkg-config from *** .]) fi AC_SUBST(PKG_CONFIG) AC_OUTPUT([ Makefile gnome-common.spec macros/Makefile macros2/Makefile bin/Makefile doc/Makefile doc-build/Makefile doc-build/gnome-doc-common ])