X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fconfigure.in;h=a69c183302054781702e83f9117e2bd558ebb424;hp=eb544d4c26095a5b10f86fc8265b96b46f8049fc;hb=63d26709472433a4660c88461162252bf0e5fde8;hpb=152c5a605234b7ea36ba3a03ec07e124bb6aac75 diff --git a/Ada95/configure.in b/Ada95/configure.in index eb544d4c..a69c1833 100644 --- a/Ada95/configure.in +++ b/Ada95/configure.in @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey dnl -dnl $Id: configure.in,v 1.82 2021/01/09 11:20:33 tom Exp $ +dnl $Id: configure.in,v 1.84 2021/10/30 20:47:52 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl For additional information, see @@ -37,8 +37,8 @@ dnl https://invisible-island.net/autoconf/ dnl https://invisible-island.net/autoconf/my-autoconf.html dnl dnl --------------------------------------------------------------------------- -AC_PREREQ(2.52.20200111) -AC_REVISION($Revision: 1.82 $) +AC_PREREQ(2.52.20210509) +AC_REVISION($Revision: 1.84 $) AC_INIT(gen/gen.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -102,6 +102,7 @@ fi # do this after mixed-case option (tags/TAGS is not as important as tic). AC_PROG_MAKE_SET +CF_MAKE_PHONY CF_MAKE_TAGS CF_MAKEFLAGS @@ -418,6 +419,7 @@ CF_DISABLE_GNAT_PROJECTS ### Checks for libraries. case $cf_cv_system_name in (*mingw32*) + CF_CHECK_LIBSSP ;; (*) AC_CHECK_FUNC(gettimeofday,