Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/m4


Modified Files:
        ac_ecore_con_check_openssl.m4 ac_expand_dir.m4 
        ac_path_generic.m4 


Log Message:
fixes for automake 1.8
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/m4/ac_ecore_con_check_openssl.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ac_ecore_con_check_openssl.m4       4 Apr 2004 20:22:39 -0000       1.2
+++ ac_ecore_con_check_openssl.m4       21 May 2004 18:40:40 -0000      1.3
@@ -1,11 +1,11 @@
 ###############################################################################
-## $Id: ac_ecore_con_check_openssl.m4,v 1.2 2004/04/04 20:22:39 tsauerbeck Exp $
+## $Id: ac_ecore_con_check_openssl.m4,v 1.3 2004/05/21 18:40:40 tsauerbeck Exp $
 ###############################################################################
 
 dnl
 dnl Check whether Ecore_Con was compiled with OpenSSL support
 dnl
-AC_DEFUN(AC_ECORE_CON_CHECK_OPENSSL, [
+AC_DEFUN([AC_ECORE_CON_CHECK_OPENSSL], [
        LIBS_SAVE="$LIBS"
        CPPFLAGS_SAVE="$CPPFLAGS"
        success=no
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/m4/ac_expand_dir.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ac_expand_dir.m4    1 Mar 2004 20:02:57 -0000       1.1
+++ ac_expand_dir.m4    21 May 2004 18:40:40 -0000      1.2
@@ -3,7 +3,7 @@
 dnl and assigns the resulting string to VARNAME
 dnl example: AC_DEFINE_DIR(DATADIR, "$datadir")
 dnl by Alexandre Oliva <[EMAIL PROTECTED]>
-AC_DEFUN(AC_EXPAND_DIR, [
+AC_DEFUN([AC_EXPAND_DIR], [
        $1=$2
        $1=`(
            test "x$prefix" = xNONE && prefix="$ac_default_prefix"
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/m4/ac_path_generic.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ac_path_generic.m4  1 Mar 2004 20:02:57 -0000       1.1
+++ ac_path_generic.m4  21 May 2004 18:40:40 -0000      1.2
@@ -25,7 +25,7 @@
 dnl
 dnl @author Angus Lees <[EMAIL PROTECTED]>
 
-AC_DEFUN(AC_PATH_GENERIC,
+AC_DEFUN([AC_PATH_GENERIC],
 [dnl
 dnl we're going to need uppercase, lowercase and user-friendly versions of the
 dnl string `LIBRARY'




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to