Enlightenment CVS committal Author : doursse Project : e17 Module : libs/edje
Dir : e17/libs/edje Modified Files: Makefile.am configure.in Log Message: * add mail in AC_INIT * remove Makefile.in when cleaning * INCLUDES -> AM_CPPFLAGS * minor cleaning =================================================================== RCS file: /cvs/e/e17/libs/edje/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- Makefile.am 1 Jul 2007 18:03:33 -0000 1.22 +++ Makefile.am 4 Nov 2007 09:53:29 -0000 1.23 @@ -4,7 +4,7 @@ config.h.in config.sub configure install-sh \ ltconfig ltmain.sh missing mkinstalldirs \ stamp-h.in edje_docs.tar edje_docs.tar.gz edje.c \ - debian/changelog edje.spec + debian/changelog edje.spec depcomp compile ### this is all fine and great - but edje should not be going and installing ### data in another software's data dir - it's just wrong. not to mention this =================================================================== RCS file: /cvs/e/e17/libs/edje/configure.in,v retrieving revision 1.88 retrieving revision 1.89 diff -u -3 -r1.88 -r1.89 --- configure.in 9 Oct 2007 20:54:50 -0000 1.88 +++ configure.in 4 Nov 2007 09:53:29 -0000 1.89 @@ -3,7 +3,7 @@ # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT(edje, 0.5.0.041) +AC_INIT(edje, 0.5.0.041, [EMAIL PROTECTED]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(configure.in) AC_CANONICAL_BUILD @@ -18,6 +18,7 @@ AM_PROG_CC_C_O AC_HEADER_STDC AC_C_CONST + AC_LIBTOOL_WIN32_DLL define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl @@ -147,3 +148,23 @@ src/bin/Makefile debian/changelog ]) + + +##################################################################### +## Info + +echo +echo +echo +echo "------------------------------------------------------------------------" +echo "$PACKAGE $VERSION" +echo "------------------------------------------------------------------------" +echo +echo "Configuration Options Summary:" +echo +echo " Compilation..........: make" +echo +echo " Installation.........: make install" +echo +echo " prefix.............: $prefix" +echo ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs