]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_PROG_CC_C89, AC_PROG_CC_C99, AC_PROG_CC_STDC: Use AU_ALIAS.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Oct 2012 20:32:31 +0000 (13:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Oct 2012 20:41:34 +0000 (13:41 -0700)
commitb9dc6b6e9c4e3a8b6ee88b2969c237b729708e67
treefa42a5aa5bc86991f1794d612e86cd17a2a26bf8
parent18c140b50b0619454d4da50d58a318cc257d580a
AC_PROG_CC_C89, AC_PROG_CC_C99, AC_PROG_CC_STDC: Use AU_ALIAS.

Based on a suggestion by Adrian Bunk in
http://lists.gnu.org/archive/html/autoconf-patches/2012-09/msg00040.html
* lib/autoconf/c.m4 (AC_PROG_CC_C89, AC_PROG_CC_C99, AC_PROG_CC_STDC):
Use AU_ALIAS, now that AC_PROG_CC is defined via AC_DEFUN_ONCE.
lib/autoconf/c.m4