X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fconfigure.in;h=113f08c2c5cf803f861f3fd90c5d4093469b50ae;hp=d5d3a671451033cf0127d1b9a50becc456502892;hb=e2e9c09c48b19b24979cafb2d4864f538b5ddd1c;hpb=9eb6f4991977566a493a5b1c36de2299f2754449 diff --git a/test/configure.in b/test/configure.in index d5d3a671..113f08c2 100644 --- a/test/configure.in +++ b/test/configure.in @@ -1,5 +1,5 @@ dnl*************************************************************************** -dnl Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. * +dnl Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. * dnl * dnl Permission is hereby granted, free of charge, to any person obtaining a * dnl copy of this software and associated documentation files (the * @@ -28,7 +28,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1996, etc. dnl -dnl $Id: configure.in,v 1.125 2015/10/10 20:23:49 tom Exp $ +dnl $Id: configure.in,v 1.128 2016/09/10 22:06:22 tom Exp $ dnl This is a simple configuration-script for the ncurses test programs that dnl allows the test-directory to be separately configured against a reference dnl system (i.e., sysvr4 curses) @@ -97,9 +97,16 @@ AC_EXEEXT AC_OBJEXT CF_GCC_ATTRIBUTES +CF_ENABLE_STRING_HACKS CF_XOPEN_SOURCE CF_SIG_ATOMIC_T +# Work around breakage on OS X +CF_SIGWINCH + +# Checks for CODESET support. +AM_LANGINFO_CODESET + dnl --------------------------------------------------------------------------- CF_HELP_MESSAGE(General Options:) CF_PKG_CONFIG @@ -212,6 +219,7 @@ napms \ putwin \ resize_term \ resizeterm \ +restartterm \ ripoffline \ scr_dump \ setupterm \ @@ -344,6 +352,7 @@ fi CF_CURSES_CHECK_DATA(ospeed) CF_CURSES_CHECK_DATA(boolnames) CF_CURSES_CHECK_DATA(boolfnames) +CF_CURSES_CHECK_DATA(ttytype) dnl --------------------------------------------------------------------------- CF_HELP_MESSAGE(Testing/development Options:)