Enlightenment CVS committal Author : essiene Project : e17 Module : proto
Dir : e17/proto/entrance_edit_gui Modified Files: Makefile.am configure.in Log Message: After shamelessly copying estickies' configure.in, I've integrated the deps properly. Autofoo for entrance_edit_gui now works and looks like the rest of e. The next stage of autofoo will start as LinuxTitan begins to build the ewl backend for libentrance_widgets, then we'll have to build for etk or ewl. Happy times ahead ppls :) =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Makefile.am 13 Aug 2006 01:00:32 -0000 1.4 +++ Makefile.am 13 Aug 2006 02:17:14 -0000 1.5 @@ -4,7 +4,7 @@ Makefile.in aclocal.m4 config.guess \ config.h.in config.sub configure install-sh \ ltconfig ltmain.sh missing mkinstalldirs depcomp \ - stamp-h.in compile \ + stamp-h.in compile config.h.in~ \ debian/changelog EXTRA_DIST = \ =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- configure.in 13 Aug 2006 01:00:32 -0000 1.5 +++ configure.in 13 Aug 2006 02:17:14 -0000 1.6 @@ -98,22 +98,15 @@ etk_cflags=`etk-config --cflags` ], [ - AC_MSG_ERROR([No Etk, can't build.]) + AC_MSG_ERROR([No Etk, can't build. Check back when we support another toolkit, or just install etk already!]) ] ) -dnl Set ETK_PACKAGE_DATA_DIR in config.h. -etk_prefix="\"`etk-config --prefix`/share/etk\"" -AC_DEFINE_UNQUOTED(ETK_PACKAGE_DATA_DIR, $etk_prefix, [Data dir for etk lib.]) - etk_libs=`etk-config --libs` etk_cflags=`etk-config --cflags` -# add required libs / include here -my_includes="$etk_cflags" -my_libs="$etk_libs" -AC_SUBST(my_includes) -AC_SUBST(my_libs) +AC_SUBST(etk_libs) +AC_SUBST(etk_cflags) AC_OUTPUT([ Makefile \ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs