Lines Matching full:configure
73 > improved configure macros from other program development:
92 + add configure check for MB_LEN_MAX, to provide warning as needed.
135 + modify configure scripts/makefiles to omit KEY_RESIZE if the
181 + reduce compiler-warnings in configure checks
194 + modify usage messages in configure script, bracketing optional values
233 + improve messages from configure script (patches by Branden Robinson).
238 + change defaults for configure opaque and widec options (prompted by
248 + updated configure script macro CF_XOPEN_SOURCE, for uClibc-ng
329 + add "auto" default for --with-xterm-kbs configure option.
376 + add configure option --with-strip-program, to override program
393 turn required a change to the configure script to factor in the
398 > build-fixes related to configure-options and/or platform:
426 + add --disable-setuid-environ configure option (request by Sven
441 + configure script fixes:
442 + fix copy/paste error in configure option --disable-root-access
482 + add/use configure check for clock_gettime(), to supersede
486 + configure-script improvements:
490 + add configure macro for gettimeofday vs inline check
502 + modify configure script check for pkg-config library directory to
519 + improve configure-script macros vs compiler warnings.
522 + add --with-abi-altered configure option (prompted by discussion with
525 + improve configure-script macros vs compiler warnings.
526 + regenerate configure scripts with autoconf 2.52.20221202
576 + regenerate configure scripts with autoconf 2.52.20221009
587 with the extra-suffix configure option.
601 + correct a switch-statement case in configure script to allow for test
608 + modify configure/scripts to work around interference by GNU grep 3.8
614 + modify configure macro CF_BUILD_CC to check if the build-compiler
643 + modify configure scripts to use overlooked cases for LD and
671 + add configure check for fpathconf (report by Georg Lehner).
672 + add configure check for math sine/cosine, needed in test/tclock,
771 + add check/warning in configure script if option --with-xterm-kbs is
842 + add ABI 7 defaults to configure script.
843 + add warning in configure script if file specified for "--with-caps"
873 + improve configure check for getttynam (report by Werner Fink).
915 + amend configure option's auto-search to account for systems where
938 + revise configure option --with-pkg-config-libdir, using the actual
1013 + modify configure scripts to filter out redefinitions of _XOPEN_SOURCE,
1057 + modify mk-1st.awk to account for extra-suffix configure option
1067 + improve CF_XOPEN_CURSES macro used in test/configure (report by Urs
1076 + modify configure script to support ".PHONY" make program feature.
1079 + add configure option --disable-root-access, which tells ncurses to
1087 + improve configure-macro used for dependencies of --disable-leaks such
1100 + regenerate configure scripts with autoconf 2.52.20210509 to eliminate
1125 + add a special case in the configure script to work around one of the
1129 + modify configure check for libtool to prevent accidental use of an
1136 configure option is enabled.
1175 + add configure option --enable-stdnoreturn, making the _Noreturn
1190 + change configure-check for gcc's noreturn attribute to assume it is
1195 + improve configure CF_LD_SEARCHPATH macro used for ncurses*-config and
1239 + add name for Fedora's pcre2 to configure check for "--with-pcre2"
1261 + minor build-fixes in configure script and makefiles to work around
1272 + improve quoting/escaping in configure script, uses some features of
1318 + modify configure check for c89/c99 aliases of clang to use its
1324 + add the definitions needed in recent configure-check for clang
1348 + modify configure-check for clang to verify that -Qunused-arguments
1353 + provide workaround configure-check for bool when cross-compiling.
1392 + correct configure-check for gnurx library.
1405 + add configure-check for systre/tre with mingw configuration, to get
1428 + modify configure script, moving gcc -Werror options to EXTRA_CFLAGS
1429 to avoid breaking configure-checks (adapted from ongoing work on
1453 + prevent KEY_EVENT from appearing in curses.h unless the configure
1482 + improve/update checks for external functions in test/configure
1544 + correct configure version-check/warnng for g++ to allow for 10.x
1614 + add configure option and check for gcc -fvisibility=hidden feature
1617 + modify some of the configure-macros, as well as mk-1st.awk to work
1626 + improve configure-checks to reduce warnings about unused variables.
1692 + drop assumption in configure script that Cygwin's linker is broken.
1694 to simplify configure-checks for ncurses-examples.
1717 + fix for test/configure, from xterm #352.
1720 + improve configure macros which check for the X11/Intrinsic.h header,
1844 + modify configure-checks for gnat to identify each of the tools path
1848 + build-fixes for Ada95 configure-script and corresponding test package
1854 + modify configure script to distinguish gcc from icc and clang when
1922 + add configure check for getenv() to work around implementation shown
1986 + check for TABSIZE variable in test/configure script.
2000 + add configure script checks to help with a port to Ultrix 3.1
2058 + amend change to configure script which altered the top-level makefile
2073 + add a check in test/configure to work around non-ncurses termcap.h
2089 + override/suppress --enable-db-install if --disable-database configure
2105 + modify configure script to avoid conflict with a non-POSIX feature
2128 + updates for configure macros from work on tin and xterm:
2180 + ignore $TERMINFO as a default value in configure script if it came
2193 + improve a configure check to work with newer optimizers (report by
2222 + document --with-pcre2 configure option in INSTALL.
2238 + update configure script to autoconf 2.52.20180819 (Debian #887390).
2253 + modify configure scripts to reduce relinking/ranlib during library
2280 + add configure check for pcre-posix library to help with MinGW port.
2303 + further improvements to configure-checks from work on dialog, i.e.,
2314 + change target configure level for _XOPEN_SOURCE to 600 to address
2316 + improved configure-checks CF_SIZECHANGE and CF_STRUCT_TERMIOS from
2360 + use configure --with-config-suffix option to work around filename
2457 + minor reordering of options in configure script to make the threaded
2539 + add --disable-stripping option to configure scripts.
2551 + modify configure option --with-build-cc, adding clang, c89 and c99
2553 + modify ncurses-examples configure script to use pkg-config for the
2574 + consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
2580 + add configure --with-config-suffix option to work around filename
2609 + modify order of -pie/-shared options in configure script in case
2618 + add configure check for default path of rgb.txt, used in picsmap.
2723 + minor fixes for configure script from work on ncurses-examples and
2737 + build-fix for configure --with-caps=uwin
2758 + add checks in test/configure for some functions not in 4.3BSD curses.
2759 + fix a regression in test/configure (cf: 20170826).
2793 + improve test/configure checks for some curses variants not based on
2795 + add options for test/configure to disable checks for form, menu and
2819 + improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
2864 + add "--without-tack" configure option to refine "--with-progs"
2865 configure option. Normally tack is no longer built in-tree, but
2868 + adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
3047 + minor fix to configure script, adding a backslash/continuation.
3152 + modify configure check that g++ compiler warnings are not used.
3153 + add configure check for -fPIC option needed for shared libraries.
3154 + let configure --disable-ext-funcs override the default for the
3158 + add configure option --enable-opaque-curses for ncurses library and
3191 + modify configure script for clang as used on FreeBSD, to work around
3221 + fix a few places in configure/build scripts where DESTDIR and rpath
3254 + add configure script option --disable-wattr-macros for use in cases
3326 + fix configure script to record when strlcat is found on OpenBSD.
3351 + add "--enable-string-hacks" option to test/configure
3394 handle a case of "configure && make install".
3399 + improve CF_GNU_SOURCE configure macro to optionally define
3497 + add workaround in configure script for inept transition to PIE vs
3501 due to program-transformation configure options.
3537 + modify test/configure script to check for pthread dependency of
3540 + modify configure macro for shared-library rules to use -Wl,-rpath
3597 + amend workaround for Solaris vs line-drawing to take the configure
3599 + add a configure check for wcwidth() versus the ncurses line-drawing
3603 + improve CF_XOPEN_CURSES macro used in test/configure, to define as
3647 + minor fix to configure script to ensure that rules for resulting.map
3649 + modify configure script to handle the case where tic-library is
3672 + improve configure check for setting WILDCARD_SYMS variable; on ppc64
3675 + using configure option "--without-fallbacks" incorrectly caused
3698 + add configure check for openpty to test/configure script, for ditto.
3719 configure script, cf: 20150606 (report by Nicolas Boulenguez)
3722 + fixes for configure/build using clang on OSX (prompted by report by
3727 + add braces to configure script to prevent unwanted add of
3795 + modify test/configure script to check for pthreads configuration,
3813 + modify configure script to remove deprecated ABI 5 symbols when
3847 + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
3850 + add check in configure script to disallow conflicting options
3862 + fix two problems with configure script macros (Debian #786436,
3895 + modify the configure script to allow different default values
3918 + modify Ada95/configure script to work with pkg-config
3934 than ncursesw, with updated configure scripts.
3935 + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
3980 + add "--enable-ext-putwin" configure option to turn on the extended
4002 + capture define's related to -D_XOPEN_SOURCE from the configure check
4007 + correct sense of "--disable-lib-suffixes" configure option (report
4013 for the "--enable-weak-symbols" configure option (report by Werner
4018 the combinations of configure options used at each stage.
4021 + add configure check to determine if "local: _*;" can be used in the
4035 + improve configure checks for pkg-config, addressing a variant found
4040 + add "broken_linker" and "hashed-db" configure options to combinations
4065 + updated Ada95/configure with macro changes from 20141213
4066 + tie configure options --with-abi-version and --with-versioned-syms
4076 + add configure option --with-pc-suffix to allow minor renaming of
4079 + modify configure script so that if pkg-config is not installed, it
4096 + improved configure macro CF_SUBDIR_PATH, from lynx changes.
4109 used for configure --with-libtool --disable-libtool-version
4110 + add configure options for applying the ".map" and ".sym" files to
4177 + add a configure check to ignore some of the plethora of non-working
4232 + modify configure script to work with Minix3.2
4241 + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
4301 + remove unused --enable-pc-files option from Ada95/configure.
4333 available with older GNATs, needs no configure test. This also
4355 + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
4381 + modify configure script:
4383 + extend the --with-hashed-db configure option to simplify building
4408 + modify configure script and curses.h.in to allow the types specified
4479 + modify configure-script/ifdef's to allow OLD_TTY feature to be
4499 + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
4545 + minor fixes to configure script for empty $prefix, e.g., when doing
4580 + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
4613 + add --disable-db-install configure option, to simplify building
4618 + improve configure macros from ongoing work on cdk, dialog, xterm:
4660 + minor changes to some configure macros to make them more reusable.
4677 + build-fix if --disable-ext-funcs configure option is used.
4703 + add pow() to configure-check for math library, needed since
4731 + add a missing 'int' type for main function in configure check for
4734 + improve configure check for static_cast, to work with clang 3.2
4741 + modify configure script to work around OS X's "libtool" program, to
4764 + eliminate configure-script warnings for gen-pkgconfig.in
4786 + add configure option --with-cxx-shared to permit building
4825 + modify test/configure script to make it simpler to override names
4828 + if the --with-terminfo-dirs configure option is not used, there is
4842 + modify configure script to omit "+b" from linker options for very
4898 + add a configure check for gcc option -no-cpp-precomp, which is not
4966 + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
4995 + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST. The
5009 + improve configure macros as done in byacc:
5014 + remove unused configure macros.
5015 + modify configure script and makefiles to quiet new autoconf warning
5017 + modify configure script to show $PATH_SEPARATOR variable.
5039 + regenerate configure script (report by Sven Joachim, cf: 20120901).
5045 + improve comparisons in configure.in for unset shell variables.
5068 + update test/configure, adding check for tinfo library.
5128 + add configure check to distinguish clang from gcc to eliminate
5135 + further fixes for configure check for working poll (Debian #676461).
5142 + correct configure check for working poll, fixing the case where stdin
5244 + further amend 20110910 change, providing for configure-script
5249 + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
5251 + modify configure script to look for gnatgcc if the Ada95 binding
5254 + modify configure script to ensure that the same -On option used for
5271 + correct scripting for --disable-echo option in test/configure.
5274 + add/use configure macro CF_DISABLE_ECHO.
5301 + modify configure script to allow creating dll's for MinGW when
5306 + add configure checks for strlcat, strlcpy and snprintf, to help
5313 + correct CF_ETIP_DEFINES configure macro, making it exit properly on
5315 + improve configure macro CF_MKSTEMP by moving existence-check for
5317 + improve configure macro CF_FUNC_POLL from luit changes to detect
5319 + add configure option --with-tparm-arg
5334 + add configure option --with-xterm-kbs to simplify configuration for
5373 + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
5374 + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
5403 + review/fix places in manpages where --program-prefix configure option
5416 + modify configure script to check if thread library provides
5418 + modify configure script to suppress check to define _XOPEN_SOURCE
5421 + modify configure script to add ".pc" files for tic- and
5423 + fix inconsistent checks on $PKG_CONFIG variable in configure script.
5426 + modify configure-check for etip.h dependencies, supplying a temporary
5439 + modify the configure script to generate a list of the ".pc" files to
5443 ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
5481 + add configure check to decide when to add _XOPEN_SOURCE define to
5492 + fix configure script to avoid creating unused Ada95 makefile when
5533 + updated CF_CURSES_LIBS check in test/configure script.
5534 + modify configure script and makefiles to split TIC_ARGS and
5555 + add configure option --with-pkg-config-libdir to provide control over
5565 --with-curses-h configure option (suggested by Reuben Thomas).
5599 + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
5611 + modify configure script and makefiles in c++ and progs to allow the
5658 + modify configure script to support shared libraries for DragonFlyBSD.
5663 + modify configure --enable-pc-files option to take into account the
5679 + modify configure checks for AIX to include release 7.x
5708 + add support for shared libraries in configure script.
5729 + modify CF_CURSES_FUNCS configure macro, used in test directory
5730 configure script:
5744 configure scripts for Ada95 and test-directories, to look for
5759 + add check in test/configure for use_window, use_screen.
5760 + add configure-checks for getopt's variables, which may be declared
5762 + add check in test/configure for some legacy curses types of the
5770 + modify configure script/source-code to only define _POSIX_SOURCE if
5778 + add check for unctrl.h in test/configure, to work around breakage in
5780 + add "--disable-widec" option to test/configure script.
5782 test/configure script to address testing with very old machines.
5788 + add "--enable-rpath-link" option to Ada95/configure, to allow
5793 + add "--with-shared" option to Ada95/configure script, to allow
5799 + add configure check to ensure that SIGINT works with gnat. This is
5802 + correct typo in check of $PKG_CONFIG variable in Ada95/configure
5809 + add special check in Ada95/configure script for ncurses6 reentrant
5815 + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
5817 + add configure check to determine if gnat's project feature supports
5821 + add configure check for, ifdef's for math.h which is in a separate
5836 + modify configure script to provide value for HTML_DIR in
5839 + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
5884 + configure script rpath fixes from xterm #269.
5886 configure script to define _XOPEN_SOURCE_EXTENDED when building
5915 + modify Ada95/configure script to make the --with-curses-dir option
5962 + modify test/configure and test/Makefile.in to handle this special
5964 mkdir -p build && cd build && ../test/configure && make
5973 + improve checks in test/configure for X libraries, from xterm #267
5975 + modify test/configure to allow it to use the build-tree's libraries
5976 e.g., when using that to configure the test-programs without the
5986 + updated configure checks for X packages in test/configure from xterm
5988 + add configure check to gnatmake, to accommodate cygwin.
5999 + adjust configure script so that "t" is not added to library suffix
6002 + modify configure check for tic program, used for fallbacks, to a
6006 + fix several places in configure script using ${variable-value} form.
6007 + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
6062 + add configure check for pthread_kill(), needed for some old
6066 + add configure option --without-tests, to suppress building test
6085 + modify configure script to transform library names for tic- and
6088 + modify configure script to ensure that it removes conftest.dSYM
6090 + modify configure script to cleanup after check for symbolic links.
6095 + improve configure checks for location of tic and infocmp programs
6124 + remove tar-copy.sh and related configure/Makefile chunks, since the
6129 + add/use configure check to turn on project rules for Ada95/src.
6139 + add configure --with-ada-sharedlib option, for the test_make rule.
6148 + update Ada95/configure.
6150 + modify test/configure to use macros to ensure consistent order
6161 + modify test/configure to support pkg-config for checking X libraries
6163 + add/use configure macro CF_ADD_LIB to force consistency of
6165 + fix configure script for combining --with-pthread
6169 + correct cross-compiling configure check for CF_MKSTEMP macro, by
6178 + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
6182 + add configure option --enable-pthreads-eintr to control whether the
6187 + add configure option --disable-libtool-version, to use the
6192 + updated test/configure to match configure script macros.
6193 + fixes for configure script from lynx changes:
6208 + modify configure macro CF_HEADER_PATH to not look for variations in
6210 + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
6218 + add configure --disable-rpath-hack, to allow disabling the feature
6230 + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
6234 + add configure check for exctags vs ctags, to work around pkgsrc.
6246 + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
6248 + improve configure CF_REGEX, similar fixes.
6249 + improve configure CF_FIND_LINKAGE, adding add check between system
6264 + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
6269 + modify CF_MAN_PAGES configure macro to replace all occurrences of
6280 + add Ada95/configure script, to use in tar-file created by
6331 + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
6333 + modify a few configure macros to consistently put new options
6399 + add error-check to configure script to ensure that sp-funcs is
6404 + fix case where progs/tput is used while sp-funcs is configure; this
6408 + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
6422 + add configure option --enable-interop, for integrating changes
6467 + add configure option --enable-term-driver, to allow compiling with
6527 + modify scripting for misc/run_tic.sh to test configure script's
6530 + fix configure script option --with-database, which was coded as an
6585 + various code-fixes to build/work with --disable-macros configure
6641 + suppress configure check for static/dynamic linker flags for gcc on
6655 + add --with-ncurses-wrap-prefix option to test/configure (discussion
6657 + use ncurses*-config scripts if available for test/configure.
6658 + update test/aclocal.m4 and test/configure
6660 + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
6664 intermediate variable LT_UNDEF in the configure script, and then
6671 + modify configure.in to allow broken-linker configurations, not just
6681 + add configure option --with-wrap-prefix to allow setting the prefix
6692 + suppress configure check for static/dynamic linker flags for gcc on
6696 + minor fixes to Intel compiler warning checks in configure script.
6710 + add configure script --enable-sp-funcs to enable the new set of
6716 + add special cases to configure script for MinGW port.
6719 + update several configure macros from lynx changes
6771 + add a configure-time check to pick a suitable value for
6773 + add configure --with-pkg-config and --enable-pc-files options, along
6779 configure check to detect whether a "-" is needed before "ar"
6786 + modify configure script to allow building shared libraries with gcc
6802 + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
6808 + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
6851 + add configure --without-manpages option (request by Mike Frysinger).
6866 + modify configure script to assume --without-hashed-db when
6871 + change configure script to use CF_UTF8_LIB, improved variant of
6891 + add configure option --disable-tic-depends to make explicit whether
6896 + some build-fixes for configure --disable-ext-funcs (incomplete, but
6898 + improve configure-check for awks unable to handle large strings, e.g.
6941 + add configure check for awk programs unable to handle big-strings,
6945 + update test/configure script.
6948 + add configure check for wcsrtombs, mbsrtowcs, which are used in
6958 + add configure-check to see if the std namespace is legal for cerr
6969 + modify configure check for pthread library to work with OSF/1 5.1,
6974 + modify configure script for the case where tic library is used (and
6983 + add configure option --enable-weak-symbols to turn on new feature.
6984 + add configure-check for availability of weak symbols.
6990 using the --with-ticlib configure option (report by Dr Werner Fink).
6999 + modify configure script CF_XOPEN_SOURCE macro to add case for
7001 + modify configure script --with-hashed-db to let $LIBS override the
7077 + modify configure script to note that --enable-ext-colors and
7131 + add configure --with-pthread option, for building with the POSIX
7225 + add note about configure options needed for Berkeley database to the
7232 + modify configure option --with-hashed-db to accept a parameter which
7245 + add configure option --enable-mixed-case, to allow overriding the
7246 configure script's check if the filesystem supports mixed-case
7313 + fix interaction between --without-progs/--with-termcap configure
7320 + fix old configure script bug which prevented "--disable-warnings"
7344 + modify configure script to skip Intel compiler in CF_C_INLINE.
7353 + add --disable-big-strings configure option to control whether
7380 + modify configure script to quiet c++ build with libtool when the
7382 + modify configure script to disable ada95 if libtool is selected,
7416 + update test/configure
7461 Cygwin's linker, e.g., with configure options
7465 + add a configure check for gcc's options for inlining, use that to
7483 + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
7492 + fix configure script to not try to generate adacurses-config when
7546 + fix substitutions for termlib filename to make configure option
7556 in the configure script to an error.
7574 + add --enable-reentrant configure option for ongoing changes to
7591 + do not use configure variable SHLIB_LIBS for building libraries
7627 + correct description of --enable-signed-char in configure --help
7639 + fix configure.in to allow --without-progs --with-termlib (patch by
7652 + ignore --enable-rpath configure option if --with-shared was omitted.
7655 + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
7657 + disallow combining configure script options --with-ticlib and
7662 + fix typo in configure script that broke --with-termlib option
7670 + fix configure check for libtool's version to trim blank lines
7688 + add tack/configure, which can be used to build tack outside the
7699 + modify configure check for libtool's version to trim blank lines
7713 + modify configure script to omit the tic (terminfo compiler) support
7733 + modify configure --with-gpm option to allow it to accept a parameter,
7736 + add configure option --with-valgrind, changes from vile.
7737 + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
7744 exit() for configure tests. This fixes a redefinition warning on
7758 + updates for test/configure script.
7800 + improve some shared-library configure scripting for Linux, FreeBSD
7802 + change configure-script rules for FreeBSD shared libraries to allow
7807 + fix a warning in the configure script for NetBSD 2.0, working around
7827 + test-compiled with (old) egcs-1.1.2, modified configure script to
7846 + modify configure check for awk to ensure that it is found (prompted
7879 + modify configure script to ensure that if the C compiler is used
7888 + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
7916 + modify configure script --disable-symlinks option to allow one to
7935 + fixes to make lib_gen.c build properly with changes to the configure
7964 + change configure script to produce test/Makefile from data file.
7967 + add a configure option --enable-wgetch-events to enable
8034 + add configure check to ensure that SIGWINCH is defined on platforms
8106 + improved test/configure to build test/ncurses on HPUX 11 using the
8159 + modify test/configure script to allow building test programs with
8193 + add configure option --without-dlsym, allowing developers to
8194 configure GPM support without using dlsym() (discussion with Michael
8213 + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
8242 + suppress configure check for gnatmake if Ada95/Makefile.in is not
8244 + correct a typo in configure --with-bool option for the case where
8264 the configure check for --with-build-cc (report by Daniel Jacobowitz).
8274 + modify default for --disable-lp64 configure option to reduce impact
8278 + add configure script check for --enable-ext-mouse, bump ABI to 6 by
8280 + improve configure script logic for bumping ABI to omit this if the
8323 + improve configure script checks for Intel 9.0 compiler.
8333 + updates/fixes for configure script macros from vile -TD
8358 + improve configure check for nanosleep(), checking that it works since
8373 + modify configure script to obtain soname for GPM library (discussion
8375 + modify configure script so that --with-chtype option will still
8397 + add configure options --with-chtype and --with-mmask-t, to allow
8424 + improve configure check for large-files, adding check for dirent64
8426 + minor change to configure script to improve linker options for the
8460 + add configure option --enable-largefile
8466 + modify configure script check for _XOPEN_SOURCE, disable that on
8481 + modify C++ binding to make 20050403 changes work with the configure
8492 + modify configure script --enable-warnings to add options to g++ to
8505 chtype and mmask_t, but add configure option --disable-lp64 in case
8544 + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
8580 + add experimental configure option --enable-ext-mouse, which defines
8585 + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
8634 > patches for configure script (Albert Chin-A-Young):
8654 + modify configure script to work with Intel compiler.
8669 + modify configure script to work with Intel 8.0 compiler.
8680 + improved configure script checks for _XOPEN_SOURCE and
8756 + change configure script for --with-caps option to indicate that it
8758 + change configure script to reflect the fact that --enable-widec has
8770 + modified configure script CF_XOPEN_SOURCE macro to ensure that if
8833 + add configure option --without-xterm-new
8874 + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
8876 + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
9002 + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
9016 + modify configure --with-termlib option to accept a value which sets
9022 + add configure check if the compiler can use -c -o options to rename
9050 + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
9052 + minor configure-script fixes for older ports, e.g., BeOS R4.5.
9065 + modify configure script check for ranlib to use AC_CHECK_TOOL, since
9072 + add includes for <stdarg.h> and <stdio.h> in configure script macro
9091 + fix a missing substitution in configure.in for "$target" needed for
9093 + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
9107 configure script rather than using sprintf (suggested by Stanislav
9111 + modify configure script so that when configuring for termlib, programs
9136 + add configure option --with-manpage-format=catonly to address
9148 + add configure option "--with-manpage-aliases" extending
9165 + add configure option --with-trace, since defining TRACE seems too
9170 + improve configure check for _XOPEN_SOURCE and related definitions,
9191 + modify configure script to provide a non-empty default for
9232 + updated test/configure to reflect changes for libtool (cf: 20030830).
9236 + minor fixes for configure script and makefiles to cleanup executables
9286 + modify configure script to avoid using "head -1", which does not
9292 + alter configure script help message to make it clearer that
9295 + modify configure script to accommodate libtool 1.5, as well as add an
9325 happens to be an empty string. This applies to the "configure
9339 + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
9347 + add configure --with-abi-version option (discussion with Charles
9425 + fix a redefinition of $RANLIB in the configure script when libtool
9426 is used, which broke configure on Mac OS X (report by Chris Zubrzycki
9430 + remove configure script check to allow -Wconversion for older
9455 + modify configure script to omit -Winline for gcc 3.3, since that
9467 + add a check in test/configure for ncurses extensions, since there
9496 + modify test/configure.in to use test/modules for the list of objects
9561 + restructured test/configure script, make it work for libncursesw.
9566 + corrected ifdef's relating to configure check for wchar_t, etc.
9582 + add configure check for wchar_t and wint_t types, rather than rely
9591 + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
9615 + add configure option for FreeBSD sysmouse, --with-sysmouse, and
9692 + allow BUILD_CC and related configure script variables to be
9695 the configure script variables (report by Maciej W Rozycki).
9697 configure --disable-leaks --disable-ext-funcs
9699 + fix a few places in configure.in which lacked quotes (report by
9709 + use $cross_compiling variable in configure script rather than
9712 + change configure --help message to use "build" rather than "host"
9726 + modify configure script to skip --with-shared, etc., when the
9728 + fix to allow "configure --with-libtool --with-termlib" to build.
9729 + modify configure script to show version number of libtool, to help
9733 + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
9869 + minor fixes to configure script to use '%' consistently as a sed
9891 + change configure script to allow install of widec-character
9894 + fix path of edit_man.sed in configure script, needed to regenerate
9912 + retest build with each configure option; minor ifdef fixes.
9991 the --enable-const --enable-widec configure options to work together
10002 + regenerate configure using patch for autoconf 2.52, to address
10007 + modify configure script AC_OUTPUT() call to work around defect in
10009 configure definitions.
10050 + add configure option --with-build-cppflags (report by Maksim A
10082 + correct a typo in configure --enable-colorfgbg option, and move it
10114 + modify configure script to work around broken gcc 3.1 "--version"
10140 subsets so configure --with-termlib works again. This was broken by
10170 + modified test/configure to allow configuring against ncursesw.
10199 + update llib-lncurses, llib-ncursesw, fix configure script related to
10216 + correct configure option --with-bool, which was executed as
10218 + add quotes for parameters of --with-bool and --with-ospeed configure
10271 + add configure check for mbstate_t, needed for wide-character
10310 + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
10312 + revert configure script to autoconf 2.13 patched with
10334 + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
10340 + correct typo in configure macro CF_FUNC_VSSCANF
10354 + regenerate configure using patch for autoconf 2.52
10360 + minor changes to quoting in configure script to allow it to work
10366 + modify acs_map[] if configure --broken-linker is specified, to make
10369 + correct spelling of configure option --enable-colorfgbg, which
10374 + add configure checks to see if ncurses' fallback vsscanf() will
10391 + replace the configure script existence-check for mkstemp() by one
10399 + modify configure script to accommodate systems such as Mac OS X whose
10437 + modify configure script to allow building with termcap only, or with
10439 + add configure --with-termpath option, to override default TERMPATH
10556 + add several configure script options to aid with cross-compiling:
10559 + change criteria for deciding if configure is cross-compiling from
10566 + fix undefined NCURSES_PATHSEP when configure --disable-database
10581 + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
10637 + add configure check to define _GNU_SOURCE, needed to prop up glibc
10673 + add a configure check, if --enable-widec is specified, for putwc(),
10678 + add configure check if cast for _IO_va_list is needed to compile
10744 + modify configure --with-widec to suppress overwrite of libcurses.so
10756 + modify configure script so that --disable-overwrite option's action
10794 + add configure checks for strstream.h vscan function, and similar
10797 + rewrite parts of configure.in which used changequote(). That feature
10827 + correct configure script handling of @keyword@ substitutions when the
10841 + modify configure check for g++ library slightly to accommodate
10844 + add configure check for c++ <sstream> header, replace hardcoded
10865 + broaden patterns used to match OS/2 EMX in configure script to cover
10867 + remove changequote() calls from configure script, since this feature
10891 + --with-ospeed=something didn't work. configure.in checked for a
10905 + fix to allow compile with the experimental configure option
10913 + modify a few configure script macros to keep $CFLAGS used only for
10924 + modify configure script and makefile in Ada95/src to compile a stub
10954 + add definition from configure script that denotes the path-separator,
10964 + modify default for --disable-overwrite configure option to disable
10985 + add configure option --with-ospeed to assist packagers in transition
10992 + rearrange a few configure macros, moving preprocessor options to
10999 + add message to configure script showing g++ version.
11046 since old versions do not handle -L../lib), using new configure
11048 + add configure option --with-manpage-tbl, which causes the manpages to
11050 + add configure option --without-curses-h, which causes the
11077 + add case to configure script for --enable-rpath on IRIX (patch by
11081 + add configure option --disable-assumed-color, to allow pre-5.1
11084 + rename configure option --enable-hashmap --disable-hashmap, and
11085 reorder the configure options, splitting the experimental and
11087 + add configure option --disable-root-environ, which tells ncurses to
11113 + various fixes for install scripts used to support configure --srcdir
11116 + make configure script checks on variables $GCC and $GXX consistently
11190 removal (except via AC_SUBST) from configure.in, making
11192 + regen'd configure to pick up "hpux*" change from 20000902.
11201 + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
11206 building with configure --srcdir (patch by H Nanosecond
11218 + add configure option --with-database to allow specifying a different
11226 + add configure check for filesystems (such as OS/2 EMX) which do not
11233 + change configure script to use AC_CANONICAL_SYSTEM rather than
11234 AC_CANONICAL_HOST, which means that configure --target will set
11246 + change symbol used by --install-prefix configure option from
11255 + modify CF_MAN_PAGES configure macro to make transformed program names
11259 + add configure option --with-default-terminfo-dir=DIR to allow
11266 + change most remaining unquoted parameters of 'test' in configure
11273 test/configure script.
11301 there's still the explicit configure option).
11311 + modify configure test for tcgetattr() to allow for old
11323 + implement configure script options that transform installed program
11338 + document configure options in INSTALL.
11378 + add experimental configure option --enable-colorfgbg to check for
11389 configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
11412 + modify configure script so AC_MSG_ERROR is temporarily defined to a
11425 + make the configure macro CF_SHARED_OPTS a little smarter by testing
11445 + make the Ada95 interface build with configure --enable-widec.
11446 + if the configure --enable-widec option is given, append 'w' to names
11457 + modify configure script to allow building shared libraries on BeOS
11510 + minor fix for configure option --with-manpage-symlinks, for target
11543 + add configure option --with-manpage-symlinks
11581 + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
11706 + modify CF_MATH_LIB configure macro to parameterize the test function
11762 + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
11799 + modify write_entry.c so that if extended names (i.e., configure
11822 + correct configure script's use of $LIB_PREFIX, which did not work
11844 + modify configure script to add specific ifdef's for some functions
11847 + reorder some configure options, moving those extensions that have
11849 + change configure --enable-tcap-names to enable this by default.
11868 + improve configure tests for libg++ and libstdc++ by omitting the
11888 + modify configure script to use symbolic links for FreeBSD shared
11910 + remove part of CF_GPP_LIBRARY configure-script macro, which did not
11927 + add a copy of the standalone configure script for the test-directory
11954 + remove -lcurses -ltermcap from configure script's check for the gpm
11960 + modify CF_STDCPP_LIBRARY configure macro to perform its check only
11962 + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
11973 + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
11980 + improved configure checks for builtin.h
11982 configure-test for parameter initializations) for features not
11995 + move definition for builtin.h in configure tests to specific check
12019 + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
12020 + add configure option --without-cxx-binding, modifying the existing
12023 configure script checks for the size/type of bool, to make ncurses
12027 + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
12033 + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
12035 + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
12118 + correct definition in comp_hash.c to build with configure
12134 + correct logic for infocmp -e option, i.e., the configure
12193 ncurses. The configure script will ignore the directory if it is
12223 + split up an expression in configure script check for ldconfig to
12251 + update glibc addon configure script for extended capabilities.
12289 + add configure option --enable-tcap-names to support logic which
12382 + correct a couple of typos in the macros supporting the configure
12393 + add configure --with-shlib-version option to allow installing shared
12395 parametrizes some existing logic in the configure script, and is
12398 + resync configure script against autoconf 2.13 + patches
12403 + change default for configure --enable-big-core to assume machines do
12408 + add --enable-broken-linker configure option, default to environment
12461 + change --enable-no-padding configure option to be normally enabled.
12483 + modify configure script for GNU/Hurd share-library support, introduce
12494 + update Makefile.glibc and associated configure script so that ncurses
12552 configure script, by translating Unix script with Perl.
12586 broken configure scripts.
12591 + remove an autoconf 2.10 artifact from the configure script's check
12595 + add configure option --with-ada-compiler to accommodate installations
12600 + ensure ./man exists in configure script, needed when configuring
12612 rid of a hardcoded list of candidate directories in the configure
12619 + remove redundant configure check for C++ which did not work when $CXX
12630 + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
12776 + add configure options --with-manpage-format and
12791 + add a configure test to ensure that if GNAT is found, that it can
12803 + add configure option '--without-ada'.
12833 + correct configure script, when --without-cxx was specified: the
12845 + add configure test for conflicting use of exception in math.h and
12879 configure option (suggested by Mike Hopkirk).
12895 + modify configure script to support SCO osr5.0.5 shared libraries,
12906 + add configure option --enable-no-padding, to allow environment
12910 + modify configure script to embed ABI in shared libraries for HP-UX
12930 + modify configure script to substitute NCURSES_CONST in curses.h
12948 + correct configure tests in CF_SHARED_OPTS which used $CC value to
12982 + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
13000 + modify configure script so that if the --with-termlib option is used
13008 + correct sed expression in configure script for --with-fallback
13010 + correct some places in configure script where $enableval was used
13029 + suppress configure CF_CXX_LIBRARY check if we are not using g++
13093 + updates to Makefile.glibc and associated Linux configure script
13102 + correct sense of configure-test for sys/time.h inclusion with
13108 + simplify test/configure.in using new version of autoconf to create
13133 + add configure-test for isascii
13134 + add configure-test for -lm library.
13137 + add configure/makefile variables to support .exe extension on
13220 + modify configure script to work with autoconf 2.10 mods for OS/2
13235 + add configure option --disable-ext-funcs to remove the extended
13237 + add configure option --with-termlib to generate the terminfo
13265 + add configure check for 'tack'.
13296 + don't include --enable-widec in the --with-develop configure option,
13327 + add configure test for unsigned literals, use in NCURSES_BITS macro.
13354 + add configure test for BSD 4.4 cgetent() function, modify
13400 + modify configure script to use config.guess and config.sub rather
13453 + add configure options --with-ada-includes and --with-ada-objects,
13457 + fix header uninstall if configure --srcdir is used.
13469 + typo in configure --help.
13497 + add configure script to generate c++/etip.h
13498 + add configure --with-develop option, to enable by default most of the
13522 + use explicit assignments in configure --without-progs option to
13539 + several modifications to the configure script (requested by Ward
13541 + add configure options --without-progs, to suppress the build of the
13545 + add logic in configure script to recognize "--target=vxworks", and
13582 + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
13583 of configure cache variables in 970906.
13667 + add configure option --enable-sigwinch
13690 + add experimental configure option --enable-safe-sprintf; the normal
13769 + modify test/configure.in to check if initscr is already in $LIBS
13771 + correct version-number in configure script for OSF1 shared-library
13776 + supply default value for --enable-assertions option in configure
13795 + update Linux configure-script for wide-character definitions.
13805 + add configure option --disable-scroll-hints, using this to ifdef the
13815 + correct processing of "configure --enable-assertions" option (patch
13861 + reviewed/added messages to configure script, so that all non-test
13863 + add configure check for long filenames, using this to determine if
13866 + add configure options for widec (wide character), hashmap (both
13907 + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
13926 + add configure option for experimental xmc (magic cookie) code,
13938 + modify configure script to use '&&' even for cd'ing to existing
13980 + add configure option --disable-database to force the library to
13982 + add configure option --with-fallbacks, to specify list of fallback
14019 + modify glibc addon-configure scripts (patch by H.J.Lu).
14066 + add configure options "--with-system-type" and
14069 + add configure option "--enable-rpath" to allow installers to specify
14106 + modify configure script to add -Wwrite-strings if gcc warnings are
14112 + correction to MKexpanded.sh to make it work when configure --srcdir
14127 + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
14157 + add configure test for regexpr.h, for Unixware 1.x.
14160 + use single-quotes in configure scripts assignments for MK_SHARED_LIB
14231 + add configure option --enable-const, to support the use of 'const'
14235 + make processing of configure options more verbose by echoing the
14237 + add configure option --enable-big-core
14250 configure script are removed in 'distclean' rule instead.
14284 + add new configure option "--disable-macros", for testing calls within
14289 + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
14299 + add configure option --enable-expanded, together with code that
14311 + modify ifdef's to use configure-defined symbols consistently
14331 + add configure option --with-rcs-ids
14382 + update test/configure.in to supply some default substitutions.
14383 + modify configure script to add -lncurses after -lgpm to fix problem
14405 + use configure script's knowledge of existence of g++ library for the
14454 + correct configure test/substitution that inhibits generating
14460 + add configure options --with-dbmalloc, --with-dmalloc, and
14497 + modify configure script to generate $(LDFLAGS) with -L and -l options
14503 + modify configure script to allow user-supplied $CFLAGS to set the
14507 + add --enable-getcap-cache option to configure, normally disabled
14509 + make configure test for gettimeofday() and possibly -lbsd more
14530 + modify configure script to work with autoconf 2.12
14601 + configure for 'poll()' in preference to 'select()', since older
14628 + move define for GOOD_SELECT into configure script.
14650 + modified configure script to use previous install's location for
14669 + correct quoting in configure that made man-pages installed with
14693 + add logic to configure (from vile) to guard against builders who
14708 + reverse the default o configure --enable-termcap (consensus).
14804 + refine configure-test for "-g" option (Tim Mooney).
14884 + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
14964 + display version of gcc if configure script identifies it.
14965 + modify configure script to use /usr as Linux's default prefix.
14968 + adjusted configure script so that it doesn't run tests with the
14971 + added configure option '--with-install-prefix' for use by system
14977 + updated test/configure.in for timing-display in ncurses 'p' test
14994 + auto-configure man-page compression-format and renames for Debian.
15013 + auto-configure gcc warning options rather than infer from version.
15014 + auto-configure __attribute__ for different gcc versions.
15094 + make TIOCGWINSZ configure test less stringent, in case user
15136 + fixes for NeXT, ISC and HPUX auto-configure
15163 * the test directory has its own configure.
15248 * revised 'configure' script to produce libraries for normal, debug,
15253 * use 'autoconf' to implement 'configure' script.
15384 * fixed Configure (removed the mysterious 'X').
15394 * Configure can now take an argument of the target system.