]> git.ipfire.org Git - thirdparty/xz.git/commit
Build: Add a comment that AC_PROG_CC_C99 is needed for Autoconf 2.69.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 21 Mar 2023 12:07:51 +0000 (14:07 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 21 Mar 2023 12:14:35 +0000 (14:14 +0200)
commit0c053f97337fa4ead77acefb577e8e86f8ef388d
treef2943902dc5c5ca8bf935135f85120a9c36fecd6
parent915d4f6058d52f84d2b58b0a5f3c8272eaa6c1bd
Build: Add a comment that AC_PROG_CC_C99 is needed for Autoconf 2.69.

It's obsolete in Autoconf >= 2.70 and just an alias for AC_PROG_CC
but Autoconf 2.69 requires AC_PROG_CC_C99 to get a C99 compiler.
configure.ac