diff options
Diffstat (limited to 'm4/ccstdc.m4')
-rw-r--r-- | m4/ccstdc.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ccstdc.m4 b/m4/ccstdc.m4 index 9a7a900d0..d57f0554a 100644 --- a/m4/ccstdc.m4 +++ b/m4/ccstdc.m4 @@ -9,15 +9,15 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # This was merged into AC_PROG_CC in Autoconf. AU_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC AC_DIAGNOSE([obsolete], [$0: - your code should no longer depend upon `am_cv_prog_cc_stdc', but upon - `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when + your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon + 'ac_cv_prog_cc_stdc'. Remove this warning and the assignment when you adjust the code. You can also remove the above call to AC_PROG_CC if you already called it elsewhere.]) am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc |