From: Tiziano Müller Date: Wed, 8 Apr 2015 11:29:34 +0000 (+0200) Subject: Properly quote m4 macro X-Git-Tag: v3.1.2pre1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec4f644d2f019da4667bf8bacf4b25e1bd498d76;p=thirdparty%2Frsync.git Properly quote m4 macro --- diff --git a/acinclude.m4 b/acinclude.m4 index d489b203..cba16298 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2,7 +2,7 @@ dnl AC_VALIDATE_CACHE_SYSTEM_TYPE[(cmd)] dnl if the cache file is inconsistent with the current host, dnl target and build system types, execute CMD or print a default dnl error message. -AC_DEFUN(AC_VALIDATE_CACHE_SYSTEM_TYPE, [ +AC_DEFUN([AC_VALIDATE_CACHE_SYSTEM_TYPE], [ AC_REQUIRE([AC_CANONICAL_SYSTEM]) AC_MSG_CHECKING([config.cache system type]) if { test x"${ac_cv_host_system_type+set}" = x"set" &&