Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus


Modified Files:
        configure.in edbus-config.in 


Log Message:
this should work with automake 1.6
e_dbus doesn't depend on evas
add some standard method calls

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        15 Mar 2007 08:59:18 -0000      1.1
+++ configure.in        20 Mar 2007 04:45:06 -0000      1.2
@@ -1,6 +1,6 @@
 AC_PREREQ(2.59)
 AC_INIT([e_dbus], [0.1], [EMAIL PROTECTED])
-AM_INIT_AUTOMAKE([1.9 foreign])
+AM_INIT_AUTOMAKE([1.6 foreign])
 
 AC_PROG_CC
 AM_ENABLE_SHARED
===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/edbus-config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edbus-config.in     15 Mar 2007 08:59:18 -0000      1.1
+++ edbus-config.in     20 Mar 2007 04:45:06 -0000      1.2
@@ -42,11 +42,11 @@
       if test @prefix@/include != /usr/include ; then
         includes="[EMAIL PROTECTED]@/include"
       fi
-      echo $includes @EVAS_CFLAGS@ @ECORE_CFLAGS@ -I$prefix/include
+      echo $includes @ECORE_CFLAGS@ -I$prefix/include
       ;;
     --libs)
       [EMAIL PROTECTED]@
-      echo $libdirs -ledbus @ECORE_LIBS@ @EVAS_LIBS@ | sed 's/ /\n/g' | sort | 
uniq | sed 'H;$!d;${x;s/\n/ /g;s/^ //}'
+      echo $libdirs -ledbus @ECORE_LIBS@ | sed 's/ /\n/g' | sort | uniq | sed 
'H;$!d;${x;s/\n/ /g;s/^ //}'
       ;;
     *)
       echo "${usage}" 1>&2



-------------------------------------------------------------------------
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