X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Faclocal.m4;h=a8db3ae49fc31312adf8ab8cebc0db4b866478c9;hp=24f69deb640595d964f57aec2fa2fd82080c8f1c;hb=d61c3c6a831d18ef0ed6f797ac97d60fffc2f158;hpb=790a85dbd4a81d5f5d8dd02a44d84f01512ef443 diff --git a/Ada95/aclocal.m4 b/Ada95/aclocal.m4 index 24f69deb..a8db3ae4 100644 --- a/Ada95/aclocal.m4 +++ b/Ada95/aclocal.m4 @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey dnl -dnl $Id: aclocal.m4,v 1.157 2020/05/31 20:52:36 tom Exp $ +dnl $Id: aclocal.m4,v 1.159 2020/07/11 23:11:37 tom Exp $ dnl Macros used in NCURSES Ada95 auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -1421,7 +1421,7 @@ test "$cf_cv_gnatprep_opt_t" = yes && GNATPREP_OPTS="-T $GNATPREP_OPTS" AC_SUBST(GNATPREP_OPTS) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_GNAT_GENERICS version: 5 updated: 2020/05/31 16:49:35 +dnl CF_GNAT_GENERICS version: 6 updated: 2020/07/04 19:30:27 dnl ---------------- AC_DEFUN([CF_GNAT_GENERICS], [ @@ -1429,7 +1429,7 @@ AC_REQUIRE([CF_GNAT_VERSION]) AC_MSG_CHECKING(if GNAT supports generics) case $cf_cv_gnat_version in -(3.[[1-9]]*|[[4-9]].*|[[1-9]][[0-9]].*) +(3.1[[1-9]]*|3.[[2-9]]*|[[4-9]].*|[[1-9]][[0-9]].[[0-9]]*|20[[0-9]][[0-9]]) cf_gnat_generics=yes ;; (*) @@ -3539,7 +3539,7 @@ do done ])dnl dnl --------------------------------------------------------------------------- -dnl CF_SHARED_OPTS version: 96 updated: 2020/05/23 19:39:36 +dnl CF_SHARED_OPTS version: 97 updated: 2020/07/11 19:09:29 dnl -------------- dnl -------------- dnl Attempt to determine the appropriate CC/LD options for creating a shared @@ -3801,7 +3801,7 @@ CF_EOF # Ignore first argument (compiler) and use LD (link.exe) unconditionally LD="[$]LD" clopts=() - ldopts=() + ldopts=("/subsystem:console") libs=() isdll=0 while test \[$]# -gt 0; do