1 # Process this file with autoconf to produce a configure script.
2 # ./configure --prefix=/usr --exec-prefix=/ --sysconfdir=/etc
4 AC_INIT(mozilla_edje_plugin, 0.0.1, agenthp@airpost.net)
5 AM_INIT_AUTOMAKE(mozilla_edje_plugin, 0.0.1, agenthp@airpost.net)
16 # Add the languages which your application supports here.
20 PKG_CHECK_MODULES(ECORE, [ecore],
22 [ AC_MSG_ERROR(Cannot find ecore) ]
25 PKG_CHECK_MODULES(EVAS, [evas],
27 [ AC_MSG_ERROR(Cannot find evas) ]
30 PKG_CHECK_MODULES(EDJE, [edje],
32 [ AC_MSG_ERROR(Cannot find edje) ]
35 PKG_CHECK_MODULES(MOZILLA_PLUGIN, [mozilla-plugin],
37 [ AC_MSG_ERROR(Cannot find mozilla-plugin) ]