AC_INIT(src/TagNote.cs) AM_INIT_AUTOMAKE(tomboy-leaftag, 0.9) AM_MAINTAINER_MODE AC_PROG_INSTALL # # Find mcs # AC_PATH_PROG(MCS, mcs) if test "x$MCS" = "x" ; then AC_MSG_ERROR([Can't find "mcs", the mono compiler in your PATH]) fi # # Finds the tomboy plugins interface # PKG_CHECK_MODULES(TOMBOY_PLUGINS, tomboy-plugins) AC_SUBST(TOMBOY_PLUGINS_LIBS) # #Find the tomboy plugin dir # TOMBOY_PLUGINSDIR=$($PKG_CONFIG --variable=pluginsdir tomboy-plugins) AC_SUBST([TOMBOY_PLUGINSDIR]) AC_OUTPUT([ Makefile src/Makefile ])