Enlightenment CVS committal Author : mej Project : eterm Module : libast
Dir : eterm/libast Modified Files: ChangeLog configure.in libast.m4 Log Message: Tue Sep 14 11:45:40 2004 Michael Jennings (mej) Patch from Dirk Tilger <[EMAIL PROTECTED]> for 0.5 compatibility. ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -u -3 -r1.126 -r1.127 --- ChangeLog 20 Aug 2004 22:51:08 -0000 1.126 +++ ChangeLog 14 Sep 2004 15:46:43 -0000 1.127 @@ -685,3 +685,7 @@ Revert bad autogen.sh change. ---------------------------------------------------------------------- +Tue Sep 14 11:45:40 2004 Michael Jennings (mej) + +Patch from Dirk Tilger <[EMAIL PROTECTED]> for 0.5 compatibility. +---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/configure.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- configure.in 20 Jul 2004 22:32:07 -0000 1.19 +++ configure.in 14 Sep 2004 15:46:43 -0000 1.20 @@ -1,4 +1,4 @@ -dnl# $Id: configure.in,v 1.19 2004/07/20 22:32:07 mej Exp $ +dnl# $Id: configure.in,v 1.20 2004/09/14 15:46:43 mej Exp $ test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=true test "x$AUTOHEADER" = "x" && AUTOHEADER=true @@ -54,6 +54,8 @@ AST_TYPE_CHECKS() AST_FUNC_CHECKS() +AC_PROG_LIBTOOL() + AST_ARG_DEBUG(DEBUG) if test $DEBUG -eq 0 ; then AC_WARN(*** Debugging support disabled. Client programs will ***) =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/libast.m4,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- libast.m4 19 Aug 2004 21:24:01 -0000 1.10 +++ libast.m4 14 Sep 2004 15:46:43 -0000 1.11 @@ -1,6 +1,6 @@ dnl##################################################################### dnl# Autoconf m4 macros for LibAST -dnl# $Id: libast.m4,v 1.10 2004/08/19 21:24:01 mej Exp $ +dnl# $Id: libast.m4,v 1.11 2004/09/14 15:46:43 mej Exp $ dnl##################################################################### dnl# @@ -18,7 +18,7 @@ LDFLAGS="$LDFLAGS `$LIBAST_CONFIG --ldflags`" fi AC_CHECK_HEADERS(libast.h, [ - AC_CHECK_LIB(ast, libast_malloc, $1=1, $1=0, ${$2}) + AC_CHECK_LIB(ast, libast_malloc, $1=1, [ AC_CHECK_LIB(ast, spifmem_malloc, $1=0, ${$2}) ] ], $1=0) if test "${$1}" -ne "1"; then ------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs