Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
      Tag: ETERM-0_10
        ChangeLog configure.in 


Log Message:
Fri Nov 28 09:08:40 2003                        Michael Jennings (mej)

Merge new LibAST changes.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.278.2.21
retrieving revision 1.278.2.22
diff -u -3 -r1.278.2.21 -r1.278.2.22
--- ChangeLog   7 Nov 2003 17:38:21 -0000       1.278.2.21
+++ ChangeLog   28 Nov 2003 14:09:04 -0000      1.278.2.22
@@ -5143,3 +5143,7 @@
 specified.  Note that script functions CANNOT be triggered by escape
 sequences.
 ----------------------------------------------------------------------
+Fri Nov 28 09:04:49 2003                        Michael Jennings (mej)
+
+Changes for compatibility with newer LibAST.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/configure.in,v
retrieving revision 1.62.2.8
retrieving revision 1.62.2.9
diff -u -3 -r1.62.2.8 -r1.62.2.9
--- configure.in        13 May 2003 02:14:01 -0000      1.62.2.8
+++ configure.in        28 Nov 2003 14:09:04 -0000      1.62.2.9
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.62.2.8 2003/05/13 02:14:01 mej Exp $
+dnl# $Id: configure.in,v 1.62.2.9 2003/11/28 14:09:04 mej Exp $
 
 PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin
 export PATH
@@ -485,7 +485,7 @@
     CPPFLAGS="$CPPFLAGS `$LIBAST_CONFIG --cppflags`"
     LDFLAGS="$LDFLAGS `$LIBAST_CONFIG --ldflags`"
 fi
-AC_CHECK_LIB(ast, libast_malloc, , FOUND_LIBAST=0, $GRLIBS)
+AC_CHECK_LIB(ast, libast_set_program_name, , FOUND_LIBAST=0, $GRLIBS)
 
 if test "$FOUND_LIBAST" -lt "$LIBAST_MIN"; then
   echo "ERROR:  You need LibAST 0.$LIBAST_MIN or higher to build Eterm.  If you 
already have it,";




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to