AC_INIT(e17-misc, 1.0, shiin.lee@samsung.com) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR(configure.ac) AC_PREFIX_DEFAULT(/opt/home/app) PKG_CHECK_MODULES(EET, [eet]) AC_ARG_WITH(eet-eet, [ --with-eet-eet=PATH specify a specific path to eet utility], [ v=$withval; eet_eet=$v echo " Enlightenment eet explicitly set to "$eet_eet; ],[ eet_eet=$(pkg-config --variable=prefix eet)/bin/eet ]) AC_SUBST(eet_eet) AC_CONFIG_FILES([ Makefile arm/Makefile arm/opt/Makefile arm/opt/home/Makefile arm/opt/home/app/Makefile arm/opt/home/app/.e/Makefile arm/opt/home/app/.e/e/Makefile arm/opt/home/app/.e/e/config/Makefile arm/opt/home/app/.e/e/config/samsung/Makefile i386/Makefile i386/opt/Makefile i386/opt/home/Makefile i386/opt/home/app/Makefile i386/opt/home/app/.e/Makefile i386/opt/home/app/.e/e/Makefile i386/opt/home/app/.e/e/config/Makefile i386/opt/home/app/.e/e/config/samsung/Makefile emulator/Makefile emulator/opt/Makefile emulator/opt/home/Makefile emulator/opt/home/app/Makefile emulator/opt/home/app/.e/Makefile emulator/opt/home/app/.e/e/Makefile emulator/opt/home/app/.e/e/config/Makefile emulator/opt/home/app/.e/e/config/samsung/Makefile ]) AC_OUTPUT