dnl Process this file with autoconf to produce a configure script. dnl Created by Anjuta application wizard. AC_INIT(emotionxx, 0.1) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AM_MAINTAINER_MODE AC_ISC_POSIX AC_PROG_CXX AM_PROG_CC_STDC AC_HEADER_STDC AM_PROG_LIBTOOL PKG_CHECK_MODULES(EFL, evasxx eflxx emotion) AC_OUTPUT([ emotionxx.pc emotionxx-uninstalled.pc Makefile include/Makefile include/emotionxx/Makefile src/Makefile ])