find edje_cc in path

SVN revision: 32716
This commit is contained in:
Sebastian Dransfeld 2007-11-15 19:36:57 +00:00
parent ec3e1650de
commit 3a01896fc5
2 changed files with 1 additions and 10 deletions

View File

@ -2,7 +2,6 @@ MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = po
EDJE_CC = @edje_cc@
EDJE_FLAGS = -v \
-id $(top_srcdir) \
-fd $(top_srcdir)/fonts

View File

@ -49,15 +49,7 @@ AC_ARG_ENABLE(homedir-install,
[ datadir="${HOME}/.e/e/modules/${PACKAGE}" ]
)
edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc"
AC_ARG_WITH(edje-cc,
AS_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
[
edje_cc=$withval;
echo " Enlightenment edje_cc explicitly set to "$edje_cc;
]
)
AC_SUBST(edje_cc)
AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
AC_OUTPUT([
Makefile