Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24250

Modified Files:
        acinclude.m4 
Log Message:
fixed aclocal 1.8+ wwarnings about underquoted definitions

Index: acinclude.m4
===================================================================
RCS file: /cvsroot/mahogany/M/acinclude.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- acinclude.m4        9 Jul 2002 11:19:33 -0000       1.8
+++ acinclude.m4        10 Oct 2004 23:55:35 -0000      1.9
@@ -3,5 +3,5 @@
 
 dnl package,message,variable,default,helpmessage
-AC_DEFUN(M_OVERRIDES,
+AC_DEFUN([M_OVERRIDES],
 [AC_MSG_CHECKING(for $2)
 define([M_FUNC], regexp([$5], [--[^-]*-], \&))dnl
@@ -33,5 +33,5 @@
 dnl            [, ACTION-IF-NOT-FOUND [, OTHER-LIBRARIES [, EXTRA-MSG]]]])
 
-AC_DEFUN(M_CHECK_MYLIB,
+AC_DEFUN([M_CHECK_MYLIB],
 [AC_MSG_CHECKING([for $2 in -l$1$7])
 dnl Use a cache variable name containing both the library and function name,
@@ -95,5 +95,5 @@
 dnl              when you need to check for the same header in different
 dnl              paths (example: Python.h)
-AC_DEFUN(M_CHECK_MYHEADER,
+AC_DEFUN([M_CHECK_MYHEADER],
   [ m_safe=`echo "$1$6" | sed 'y%./+-%__p_%'`
     AC_MSG_CHECKING([for $1$5])
@@ -135,5 +135,5 @@
 
 dnl M_CHECK_MYHEADER_VER(HEADER-FILE, VERSION, LIBPATHLIST, [ACTION-IF-FOUND [, 
ACTION-IF-NOT-FOUND]])
-AC_DEFUN(M_CHECK_MYHEADER_VER,
+AC_DEFUN([M_CHECK_MYHEADER_VER],
   [ m_safe=`echo "$1_$2" | sed 'y%./+-%__p_%'`
     AC_MSG_CHECKING([for $1 ($2)])
@@ -196,5 +196,5 @@
 
 # serial 24 AM_PROG_LIBTOOL
-AC_DEFUN(AM_PROG_LIBTOOL,
+AC_DEFUN([AM_PROG_LIBTOOL],
 [AC_REQUIRE([AM_ENABLE_SHARED])dnl
 AC_REQUIRE([AM_ENABLE_STATIC])dnl
@@ -258,5 +258,5 @@
 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
 #   `yes'.
-AC_DEFUN(AM_ENABLE_SHARED,
+AC_DEFUN([AM_ENABLE_SHARED],
 [define([AM_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
 AC_ARG_ENABLE(shared,
@@ -286,9 +286,9 @@
 
 # AM_DISABLE_SHARED - set the default shared flag to --disable-shared
-AC_DEFUN(AM_DISABLE_SHARED,
+AC_DEFUN([AM_DISABLE_SHARED],
 [AM_ENABLE_SHARED(no)])
 
 # AM_DISABLE_STATIC - set the default static flag to --disable-static
-AC_DEFUN(AM_DISABLE_STATIC,
+AC_DEFUN([AM_DISABLE_STATIC],
 [AM_ENABLE_STATIC(no)])
 
@@ -297,5 +297,5 @@
 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
 #   `yes'.
-AC_DEFUN(AM_ENABLE_STATIC,
+AC_DEFUN([AM_ENABLE_STATIC],
 [define([AM_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
 AC_ARG_ENABLE(static,
@@ -326,5 +326,5 @@
 
 # AM_PROG_LD - find the path to the GNU or non-GNU linker
-AC_DEFUN(AM_PROG_LD,
+AC_DEFUN([AM_PROG_LD],
 [AC_ARG_WITH(gnu-ld,
 [  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
@@ -387,5 +387,5 @@
 ])
 
-AC_DEFUN(AM_PROG_LD_GNU,
+AC_DEFUN([AM_PROG_LD_GNU],
 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], ac_cv_prog_gnu_ld,
 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
@@ -398,5 +398,5 @@
 
 # AM_PROG_NM - find the path to a BSD-compatible name lister
-AC_DEFUN(AM_PROG_NM,
+AC_DEFUN([AM_PROG_NM],
 [AC_MSG_CHECKING([for BSD-compatible nm])
 AC_CACHE_VAL(ac_cv_path_NM,



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to