aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbeber <beber>2005-12-09 20:56:47 +0000
committerbeber <beber>2005-12-09 20:56:47 +0000
commit994a225682394476b065274f7fe8ef075070d420 (patch)
tree7119c174c4eea6364db4a5d9aec0931c97764d17 /configure.in
parentindent (diff)
downloadespik-994a225682394476b065274f7fe8ef075070d420.tar.xz
iadd a macro for ecore
involv in espik debug marcro less bordel autogen.sh
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in21
1 files changed, 1 insertions, 20 deletions
diff --git a/configure.in b/configure.in
index 7d68c42..c47245e 100644
--- a/configure.in
+++ b/configure.in
@@ -18,27 +18,8 @@ AC_C_INLINE
dnl espik specific check (include in m4)
AC_C___ATTRIBUTE__
-# AC___GNUC__
-# AC___GLIBC__
AC_ESPIK_DEBUG
-
-AC_ARG_WITH(ecore-config,
- [ --with-ecore-config=ECORE_CONFIG_PATH use ecore-config specified ],
- [ECORE_CONFIG=$withval;
- if ! test -x "$ECORE_CONFIG"; then
- AC_MSG_ERROR([$ECORE_CONFIG not found])
- fi ],
- [PROG="ecore-config";
- AC_PATH_PROG(ECORE_CONFIG, $PROG, "", $PATH)
- if test -z "$ECORE_CONFIG"; then
- AC_MSG_ERROR([You need ecore !])
- fi
- ])
-
-ecore_cflags=`$ECORE_CONFIG --cflags`
-ecore_libs=`$ECORE_CONFIG --libs`
-AC_SUBST(ecore_cflags)
-AC_SUBST(ecore_libs)
+AC_CHK_ECORE
AC_OUTPUT([
Makefile