X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure.in;h=a20ae77805b9bb6372fc75cecdcef50e7dc62d8d;hp=acc5cb709a7a2bd42108730d075193937b508464;hb=e8c3445229c546ba14ea2992da4d93a9d31914f8;hpb=3b3a6d094f484e799b1430782f1130a9af71a94e diff --git a/configure.in b/configure.in index acc5cb70..a20ae778 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.713 2020/08/01 21:07:44 tom Exp $ +dnl $Id: configure.in,v 1.715 2020/08/08 22:14:09 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl For additional information, see @@ -38,7 +38,7 @@ dnl https://invisible-island.net/autoconf/my-autoconf.html dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20200111) -AC_REVISION($Revision: 1.713 $) +AC_REVISION($Revision: 1.715 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -664,13 +664,12 @@ AC_SUBST(USE_FALLBACKS) # library. If your toolchain is old, it may not handle current terminal # databases. Use configure-options to point to the tools which will be used, # rather than the first ones found on the $PATH. +AC_CHECK_TOOL(TIC, tic) +AC_CHECK_TOOL(INFOCMP, infocmp) if test -n "$FALLBACK_LIST" then CF_WITH_PATH_PROG(TIC, tic, [for fallbacks], $PATH:/usr/local/ncurses/bin) CF_WITH_PATH_PROG(INFOCMP, infocmp, [for fallbacks], $PATH:/usr/local/ncurses/bin) -else - : ${TIC:=tic} - : ${INFOCMP:=infocmp} fi AC_SUBST(TIC) AC_SUBST(INFOCMP)