Enlightenment CVS committal Author : vapier Project : e17 Module : libs/edje
Dir : e17/libs/edje Modified Files: acinclude.m4 Log Message: fix underquoting bugs =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/acinclude.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- acinclude.m4 15 Jan 2004 00:12:19 -0000 1.1 +++ acinclude.m4 3 Aug 2005 00:34:31 -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" @@ -38,9 +38,9 @@ dnl (shamelessly stolen from gtk.m4 and then hacked around a fair amount) dnl dnl @author Angus Lees <[EMAIL PROTECTED]> -dnl @version $Id: acinclude.m4,v 1.1 2004/01/15 00:12:19 xcomputerman Exp $ +dnl @version $Id: acinclude.m4,v 1.2 2005/08/03 00:34:31 vapier Exp $ -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' ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs