Any chance of getting /sw/share/aclocal/ac_find_motif.m4 fixed? Every 
automake I do comes up with messages about under-quoted definitions.

The following patch seems to fix it:

--- /sw/share/aclocal/ac_find_motif.m4    Thu Apr 21 23:34:24 2005
+++ ./ac_find_motif.m4    Tue Feb 20 12:19:22 2007
@@ -18,7 +18,7 @@
 dnl Oleo CVS Id: motif.m4,v 1.9 1999/04/09 11:46:49 danny
 dnl LessTif CVS $Id: ac_find_motif.m4,v 1.7 2001/09/25 20:40:58 amai Exp $
 dnl
-AC_DEFUN(AC_FIND_MOTIF,
+AC_DEFUN([AC_FIND_MOTIF],
 [
 
 AC_REQUIRE([AC_PATH_XTRA])
@@ -220,7 +220,7 @@
 dnl Makefiles. Perhaps one should immediately add those libs
 dnl to link commands which include libXm version2.1?!
 dnl
-AC_DEFUN(AC_FIND_LIBXP,
+AC_DEFUN([AC_FIND_LIBXP],
 [AC_REQUIRE([AC_PATH_X])
 AC_CACHE_CHECK(whether libXp is available, lt_cv_libxp,
 [lt_save_CFLAGS="$CFLAGS"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to