Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
        ChangeLog configure.in 


Log Message:
Fri Nov 28 09:04:49 2003                        Michael Jennings (mej)

Changes for compatibility with newer LibAST.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -3 -r1.364 -r1.365
--- ChangeLog   7 Nov 2003 17:28:42 -0000       1.364
+++ ChangeLog   28 Nov 2003 14:05:26 -0000      1.365
@@ -5126,3 +5126,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.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- configure.in        13 May 2003 02:08:39 -0000      1.75
+++ configure.in        28 Nov 2003 14:05:27 -0000      1.76
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.75 2003/05/13 02:08:39 mej Exp $
+dnl# $Id: configure.in,v 1.76 2003/11/28 14:05:27 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