X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure.in;h=73baccf1854ca14f97d73d471dd00c381b4834f8;hp=bc1821d65baff128f5ad30fced9f80f07e1b7d46;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hpb=7b077b4a853fd84176d8057f263ed193210f632e diff --git a/configure.in b/configure.in index bc1821d6..73baccf1 100644 --- a/configure.in +++ b/configure.in @@ -28,14 +28,14 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.591 2014/12/14 00:10:43 tom Exp $ +dnl $Id: configure.in,v 1.594 2014/12/21 00:00:25 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl See http://invisible-island.net/autoconf/ for additional information. dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20030208) -AC_REVISION($Revision: 1.591 $) +AC_REVISION($Revision: 1.594 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -2093,6 +2093,26 @@ then echo "package: $PACKAGE" fi +if test -n "$RESULTING_SYMS" +then + UNALTERED_SYMS=`echo "$RESULTING_SYMS" | sed -e 's/\\$/\\\\$/g'` + case $cf_cv_abi_version in + [[6789]]) + if test -n "$VERSIONED_SYMS" + then + CF_VERBOSE(will map symbols to ABI=$cf_cv_abi_version) + fi + RESULTING_SYMS=resulting.map + ;; + *) + RESULTING_SYMS="$UNALTERED_SYMS" + ;; + esac +else + UNALTERED_SYMS= +fi +AC_SUBST(UNALTERED_SYMS) + AC_OUTPUT( \ include/MKterm.h.awk \ include/curses.head:include/curses.h.in \ @@ -2117,6 +2137,7 @@ fi ### configuration-run into config.status AWK="$AWK" +ALTERNATE_SYMS="$ALTERNATE_SYMS" DFT_ARG_SUFFIX="$DFT_ARG_SUFFIX" DFT_LWR_MODEL="$DFT_LWR_MODEL" ECHO_LD="$ECHO_LD" @@ -2143,6 +2164,7 @@ TINFO_ARG_SUFFIX="$TINFO_ARG_SUFFIX" TINFO_LIB_SUFFIX="$TINFO_LIB_SUFFIX" TINFO_NAME="$TINFO_NAME" TINFO_SUFFIX="$TINFO_SUFFIX" +UNALTERED_SYMS="$UNALTERED_SYMS" USE_OLD_MAKERULES="$USE_OLD_MAKERULES" WITH_CURSES_H="$with_curses_h" WITH_ECHO="${enable_echo:=yes}" @@ -2168,9 +2190,9 @@ cf_with_cxx_binding="$cf_with_cxx_binding" cf_with_db_install="$cf_with_db_install" cf_with_manpages="$cf_with_manpages" cf_with_tests="$cf_with_tests" -with_shared_cxx="$with_shared_cxx" host="$host" target="$target" +with_shared_cxx="$with_shared_cxx" ],cat)dnl ${MAKE:-make} preinstall