From: Stefano Lattarini Date: Sun, 30 Dec 2012 10:58:52 +0000 (+0100) Subject: obsolete: fixup: don't use AU_DEFUN where AC_DEFUN is required X-Git-Tag: v1.13.1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5fe4fdfb0d4ece2f47d6b7dabf3371fc15af6d7;p=thirdparty%2Fautomake.git obsolete: fixup: don't use AU_DEFUN where AC_DEFUN is required * m4/obsolete-err.m4: Here, for the definition of 'AM_PROG_CC_STDC' Signed-off-by: Stefano Lattarini --- diff --git a/m4/obsolete-err.m4 b/m4/obsolete-err.m4 index 2d7c518b7..eb23dc4b0 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',