[openssh-commits] [openssh] branch master updated (05bcd0ca -> a019e353)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 6 14:05:06 AEDT 2020


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  05bcd0ca  upstream: fold consecutive '*' wildcards to mitigate combinatorial
       new  e5591161  AC_CHECK_HEADER() is obsoleted in autoconf 2.70.
       new  771b7795  Move AC_PROG_CC_C99 to immediately afer AC_PROG_CC.
       new  a019e353  Replace AC_TRY_COMPILE obsoleted in autoconf 2.70.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit a019e353df04de1b2ca78d91b39c393256044ad7
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 6 13:56:41 2020 +1100

    Replace AC_TRY_COMPILE obsoleted in autoconf 2.70.
    
    Replace with the equivalent AC_COMPILE_IFELSE.

commit 771b7795c0ef6a2fb43b4c6c66b615c2085cb9cd
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 6 13:55:33 2020 +1100

    Move AC_PROG_CC_C99 to immediately afer AC_PROG_CC.
    
    This puts the related C version selection output in the same place.

commit e5591161f21ab493c6284a85ac3c0710ad94998f
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 6 13:54:17 2020 +1100

    AC_CHECK_HEADER() is obsoleted in autoconf 2.70.
    
    Replace with the non-obsoleted AC_CHECK_HEADERS().

Summary of changes:
 configure.ac  |  8 ++++----
 m4/openssh.m4 | 17 +++++++++--------
 2 files changed, 13 insertions(+), 12 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list