From b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 22 May 2009 10:08:06 +0200 Subject: more autotools cleanup --- replace/libreplace_cc.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'replace/libreplace_cc.m4') diff --git a/replace/libreplace_cc.m4 b/replace/libreplace_cc.m4 index 30c63f2f..cb15a68f 100644 --- a/replace/libreplace_cc.m4 +++ b/replace/libreplace_cc.m4 @@ -1,10 +1,10 @@ -AC_DEFUN_ONCE(AC__LIBREPLACE_ONLY_CC_CHECKS_START, +AC_DEFUN_ONCE([AC__LIBREPLACE_ONLY_CC_CHECKS_START], [ echo "LIBREPLACE_CC_CHECKS: START" ]) -AC_DEFUN_ONCE(AC__LIBREPLACE_ONLY_CC_CHECKS_END, +AC_DEFUN_ONCE([AC__LIBREPLACE_ONLY_CC_CHECKS_END], [ echo "LIBREPLACE_CC_CHECKS: END" ]) -- cgit