According to autoconf 2.70 documentation, the AC_PROG_CC_C89 is replaced by AC_PROG_CC, which defines the same variable ac_cv_prog_cc_c89 under the same conditions.
Avoids the following message:
configure.ac:23: warning: The macro `AC_PROG_CC_C89' is obsolete.
I'm not sure when the behavior was introduced, but it goes back to at least 2.60.