Enlightenment CVS committal
Author : rephorm
Project : e17
Module : apps/iconbar
Dir : e17/apps/iconbar
Modified Files:
configure.in
Log Message:
forgot this
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in 5 Feb 2004 07:24:56 -0000 1.5
+++ configure.in 21 Feb 2004 04:34:19 -0000 1.6
@@ -123,6 +123,20 @@
AC_SUBST(edje_cflags)
AC_SUBST(edje_libs)
+PROG="ewl-config";
+AC_PATH_PROG(EWL_CONFIG, $PROG, "", $PATH)
+if [ test -z $EWL_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.";
+ echo "FATAL ERROR. ABORT.";
+ exit -1;
+fi
+ewl_cflags=`$EWL_CONFIG --cflags`
+ewl_libs=`$EWL_CONFIG --libs`
+AC_SUBST(ewl_cflags)
+AC_SUBST(ewl_libs)
+
+
have_esmart_trans="no"
dnl Make sure the esmart header/lib is available
AC_CHECK_HEADER( Esmart/Esmart_Trans.h,
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs