From: Dave Hart Date: Mon, 4 May 2009 06:41:39 +0000 (+0000) Subject: ntp_cacheversion.m4: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85709d07d66829f6cc5d84985ae3994e7bfd8bc8;p=thirdparty%2Fntp.git ntp_cacheversion.m4: iterate to find the quoting problem bk: 49fe8e23XIiTlcTUtawh0tMetIjHgg --- diff --git a/m4/ntp_cacheversion.m4 b/m4/ntp_cacheversion.m4 index 8f51e070a5..2e3647d8a5 100644 --- a/m4/ntp_cacheversion.m4 +++ b/m4/ntp_cacheversion.m4 @@ -43,16 +43,16 @@ AC_DEFUN_ONCE([NTP_CACHEVERSION], [ case "$cache_file" in ../*) ntp_top_configure=0 -dnl AC_MSG_WARN([[ Using heuristic, guessing this configure is ]]) -dnl AC_MSG_WARN([[ a child of another configure script based ]]) -dnl AC_MSG_WARN([[ on cache file name starting with ../]]) + AC_MSG_WARN([[ Using heuristic, guessing this configure is ]]) + AC_MSG_WARN([[ a child of another configure script based ]]) + AC_MSG_WARN([[ on cache file name starting with ../ ]]) ;; *) ntp_top_configure=1 -dnl AC_MSG_WARN([[ Using heuristic, guessing this configure is ]]) -dnl AC_MSG_WARN([[ _not_ a child of another configure script ]]) -dnl AC_MSG_WARN([[ based on cache file name not starting ]]) -dnl AC_MSG_WARN([[ with ../]]) + AC_MSG_WARN([[ Using heuristic, guessing this configure is ]]) + AC_MSG_WARN([[ _not_ a child of another configure script ]]) + AC_MSG_WARN([[ based on cache file name not starting ]]) + AC_MSG_WARN([[ with ../ ]]) esac ;; *) @@ -92,7 +92,7 @@ dnl AC_MSG_WARN([[ with ../]]) ntp_cache_flush=0; ;; *) -dnl AC_MSG_ERROR([[NTP_CACHEVERSION var ntp_top_configure misset]]) + AC_MSG_ERROR([[NTP_CACHEVERSION var ntp_top_configure misset]]) esac esac ;;