r167 - trunk

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Jan 12 08:03:41 UTC 2014


Author: pere
Date: 2014-01-12 08:03:41 +0000 (Sun, 12 Jan 2014)
New Revision: 167

Modified:
   trunk/acinclude.m4
Log:
Impove quoting to keep aclocal happy.

Modified: trunk/acinclude.m4
===================================================================
--- trunk/acinclude.m4	2014-01-12 08:01:45 UTC (rev 166)
+++ trunk/acinclude.m4	2014-01-12 08:03:41 UTC (rev 167)
@@ -8,7 +8,7 @@
 dnl
 dnl From Japhar.  Report changes to japhar at hungry.com
 dnl
-AC_DEFUN(JAPHAR_GREP_CFLAGS,
+AC_DEFUN([JAPHAR_GREP_CFLAGS],
 [case "$CFLAGS" in
 "$1" | "$1 "* | *" $1" | *" $1 "* )
   ifelse($#, 3, [$3], [:])
@@ -19,7 +19,7 @@
 esac
 ])
 
-AC_DEFUN(CHRPATH_LDRPATH_OPTION,
+AC_DEFUN([CHRPATH_LDRPATH_OPTION],
 [AC_REQUIRE([AC_CANONICAL_TARGET])[]dnl
 case "$target" in
 	*-linux*|*-gnu*|*-k*bsd*-gnu)




More information about the Chrpath-commits mailing list