automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] {maint} obsolete: fixup: don't use AU_DEFUN where AC_DEFUN is re


From: Stefano Lattarini
Subject: [PATCH] {maint} obsolete: fixup: don't use AU_DEFUN where AC_DEFUN is required
Date: Sun, 30 Dec 2012 12:00:43 +0100

* m4/obsolete-err.m4: Here, for the definition of 'AM_PROG_CC_STDC'

Signed-off-by: Stefano Lattarini <address@hidden>
---
 m4/obsolete-err.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/obsolete-err.m4 b/m4/obsolete-err.m4
index 2d7c518..eb23dc4 100644
--- a/m4/obsolete-err.m4
+++ b/m4/obsolete-err.m4
@@ -12,7 +12,7 @@ AC_DEFUN([AM_CONFIG_HEADER],
 [AC_FATAL(['$0': this macro is obsolete.
     You should use the 'AC][_CONFIG_HEADERS' macro instead.])])
 
-AU_DEFUN([AM_PROG_CC_STDC],
+AC_DEFUN([AM_PROG_CC_STDC],
 [AC_FATAL(['$0': this macro is obsolete.
     You should simply use the 'AC][_PROG_CC' macro instead.
     Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
-- 
1.8.1.rc3.27.g3b73c7d




reply via email to

[Prev in Thread] Current Thread [Next in Thread]