pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2462 - trunk


From: David Philippi at BerliOS
Subject: [Pingus-CVS] r2462 - trunk
Date: Wed, 12 Oct 2005 20:02:30 +0200

Author: torangan
Date: 2005-10-12 20:02:18 +0200 (Wed, 12 Oct 2005)
New Revision: 2462

Modified:
   trunk/acinclude.m4
Log:
applied patch from Jason Green

Modified: trunk/acinclude.m4
===================================================================
--- trunk/acinclude.m4  2005-10-12 10:18:33 UTC (rev 2461)
+++ trunk/acinclude.m4  2005-10-12 18:02:18 UTC (rev 2462)
@@ -1,5 +1,5 @@
 
-AC_DEFUN(AC_LIB_CLANLIB, [
+AC_DEFUN([AC_LIB_CLANLIB], [
        echo "checking for ClanLib... assuming yes, but haven't tested";
        LIBS="-lclan -lclanlayer2 $LIBS"]
        )
@@ -11,7 +11,7 @@
 dnl eg, then: AC_DEFINE_UNQUOTED(LOCALEDIR, "$LOCALEDIR")
 dnl by Alexandre Oliva 
 dnl from http://www.cygnus.com/ml/automake/1998-Aug/0040.html
-AC_DEFUN(PINGUS_EXPAND_DIR, [
+AC_DEFUN([PINGUS_EXPAND_DIR], [
         $1=$2
         $1=`(
             test "x$prefix" = xNONE && prefix="$ac_default_prefix"
@@ -20,7 +20,7 @@
         )`
 ])
 
-AC_DEFUN(PINGUS_EXTRA_PATHS,
+AC_DEFUN([PINGUS_EXTRA_PATHS],
 [
 
 AC_ARG_WITH(extra-includes,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]