changed npunix NPN_PluginThreadAsyncCall definition
[mozilla_edje_plugin.git] / configure.in
blobccf81bac19c2da889b57cbfb190318432ff16f7b
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)
7 AC_ISC_POSIX
8 AC_PROG_CC
9 AM_PROG_CC_STDC
10 AC_HEADER_STDC
11 AC_C_CONST
12 AM_PROG_LIBTOOL
14 AM_WITH_DMALLOC
16 # Add the languages which your application supports here.
17 ALL_LINGUAS=""
19 # check for efl
20 PKG_CHECK_MODULES(ECORE, [ecore],
21         [ ],
22         [ AC_MSG_ERROR(Cannot find ecore) ]
25 PKG_CHECK_MODULES(EVAS, [evas],
26         [ ],
27         [ AC_MSG_ERROR(Cannot find evas) ]
30 PKG_CHECK_MODULES(EDJE, [edje],
31         [ ],
32         [ AC_MSG_ERROR(Cannot find edje) ]
35 PKG_CHECK_MODULES(MOZILLA_PLUGIN, [mozilla-plugin],
36         [ ],
37         [ AC_MSG_ERROR(Cannot find mozilla-plugin) ]
40 AC_OUTPUT([
41 Makefile 
42 src/Makefile
43 data/Makefile
44 test/Makefile