Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


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


Log Message:
Tue Dec  9 22:35:24 2003                        Michael Jennings (mej)

  \  |                       
 |\/ |   -_)   _| _` |   -_) 
_|  _| \___| _| \__, | \___| 
                ____/        

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.278.2.22
retrieving revision 1.278.2.23
diff -u -3 -r1.278.2.22 -r1.278.2.23
--- ChangeLog   28 Nov 2003 14:09:04 -0000      1.278.2.22
+++ ChangeLog   10 Dec 2003 03:38:11 -0000      1.278.2.23
@@ -5147,3 +5147,9 @@
 
 Changes for compatibility with newer LibAST.
 ----------------------------------------------------------------------
+Tue Dec  9 22:26:17 2003                        Michael Jennings (mej)
+
+Add libast libs to GRLIBS.
+
+Hopefully fixed Etbg_update_list to be Solaris /bin/sh-friendly.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/Eterm.spec,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -3 -r1.3.2.4 -r1.3.2.5
--- Eterm.spec  24 Aug 2003 15:16:43 -0000      1.3.2.4
+++ Eterm.spec  10 Dec 2003 03:38:11 -0000      1.3.2.5
@@ -4,7 +4,7 @@
 Summary: Enlightened terminal emulator
 Name: Eterm
 Version: 0.10
-Release: 0.2
+Release: 0.3
 Copyright: BSD
 Group: User Interface/X
 Requires: imlib2, imlib2-loader_jpeg, imlib2-loader_png
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/configure.in,v
retrieving revision 1.62.2.9
retrieving revision 1.62.2.10
diff -u -3 -r1.62.2.9 -r1.62.2.10
--- configure.in        28 Nov 2003 14:09:04 -0000      1.62.2.9
+++ configure.in        10 Dec 2003 03:38:11 -0000      1.62.2.10
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.62.2.9 2003/11/28 14:09:04 mej Exp $
+dnl# $Id: configure.in,v 1.62.2.10 2003/12/10 03:38:11 mej Exp $
 
 PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin
 export PATH
@@ -484,6 +484,7 @@
     FOUND_LIBAST=`$LIBAST_CONFIG --version | awk -F. '{print $2}'`
     CPPFLAGS="$CPPFLAGS `$LIBAST_CONFIG --cppflags`"
     LDFLAGS="$LDFLAGS `$LIBAST_CONFIG --ldflags`"
+    GRLIBS="$GRLIBS `$LIBAST_CONFIG --libs`"
 fi
 AC_CHECK_LIB(ast, libast_set_program_name, , FOUND_LIBAST=0, $GRLIBS)
 




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to