Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair


Modified Files:
        configure.in 


Log Message:
pkgconfig-ify eclair. i might have broken it, please test.

===================================================================
RCS file: /cvs/e/e17/apps/eclair/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.in        11 Jun 2006 10:23:44 -0000      1.16
+++ configure.in        22 Mar 2007 21:02:51 -0000      1.17
@@ -86,78 +86,18 @@
 
 AC_CHECK_HEADER(taglib/tag_c.h)
 
-PROG="pkg-config";
-AC_PATH_PROG(PKG_CONFIG, $PROG, "", $PATH)
-if test -z "$PKG_CONFIG" ; then
-  echo $PROG " is not in your \$PATH. Please ensure it is.";
-  echo "Read the manual page for you shell as to how to extend your path.";
-  AC_MSG_ERROR(Cannot find $PROG)
-fi
-AC_SUBST(PKG_CONFIG)
-
-PKG_CHECK_MODULES(SQLITE, sqlite3)
-
-PROG="evas-config";
-AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH)
-if test -z "$EVAS_CONFIG" ; then
-  echo $PROG " is not in your \$PATH. Please ensure it is.";
-  echo "Read the manual page for you shell as to how to extend your path.";
-  AC_MSG_ERROR(Cannot find $PROG)
-fi
-evas_libs=`$EVAS_CONFIG --libs`
-evas_cflags=`$EVAS_CONFIG --cflags`
-AC_SUBST(evas_libs)
-AC_SUBST(evas_cflags)
-
-PROG="ecore-config";
-AC_PATH_PROG(ECORE_CONFIG, $PROG, "", $PATH)
-if test -z "$ECORE_CONFIG" ; then
-  echo $PROG " is not in your \$PATH. Please ensure it is.";
-  echo "Read the manual page for you shell as to how to extend your path.";
-  AC_MSG_ERROR(Cannot find $PROG)
-fi
-ecore_libs=`$ECORE_CONFIG --libs`
-ecore_cflags=`$ECORE_CONFIG --cflags`
-AC_SUBST(ecore_libs)
-AC_SUBST(ecore_cflags)
-
-PROG="edje-config";
-AC_PATH_PROG(EDJE_CONFIG, $PROG, "", $PATH)
-if test -z "$EDJE_CONFIG" ; then
-  echo $PROG " is not in your \$PATH. Please ensure it is.";
-  echo "Read the manual page for you shell as to how to extend your path.";
-  AC_MSG_ERROR(Cannot find $PROG)
-fi
-edje_libs=`$EDJE_CONFIG --libs`
-edje_cflags=`$EDJE_CONFIG --cflags`
-AC_SUBST(edje_libs)
-AC_SUBST(edje_cflags)
-
-PROG="emotion-config";
-AC_PATH_PROG(EMOTION_CONFIG, $PROG, "", $PATH)
-if test -z "$EMOTION_CONFIG" ; then
-  echo $PROG " is not in your \$PATH. Please ensure it is.";
-  echo "Read the manual page for you shell as to how to extend your path.";
-  AC_MSG_ERROR(Cannot find $PROG)
-fi
-emotion_libs=`$EMOTION_CONFIG --libs`
-emotion_cflags=`$EMOTION_CONFIG --cflags`
-AC_SUBST(emotion_libs)
-AC_SUBST(emotion_cflags)
-
-PROG="esmart-config";
-AC_PATH_PROG(ESMART_CONFIG, $PROG, "", $PATH)
-if test -z "$ESMART_CONFIG" ; then
-  echo $PROG " is not in your \$PATH. Please ensure it is.";
-  echo "Read the manual page for you shell as to how to extend your path.";
-  AC_MSG_ERROR(Cannot find $PROG)
-fi
-esmart_libs=`$ESMART_CONFIG --libs`
-esmart_cflags=`$ESMART_CONFIG --cflags`
-AC_SUBST(esmart_libs)
-AC_SUBST(esmart_cflags)
-
-PKG_CHECK_MODULES(XML2, libxml-2.0)
+PKG_CHECK_MODULES(ECLAIR, [
+  libxml-2.0
+  sqlite3
+  evas
+  ecore
+  ecore-x
+  ecore-evas
+  ecore-file
+  edje
+  emotion
+  esmart
+])
 
 AC_OUTPUT([
 Makefile



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to