X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Faclocal.m4;h=736067db813809f8b1d917cb28e4a66c6c669c37;hb=44a4147009bf2978d342175fb52b7f0999e11b5f;hp=037414ecef824db8208c573f9b9ffcbfa71365f6;hpb=d4d1d81ab6fc1ad681ff120d925099f947fefcf3;p=ncurses.git diff --git a/test/aclocal.m4 b/test/aclocal.m4 index 037414ec..736067db 100644 --- a/test/aclocal.m4 +++ b/test/aclocal.m4 @@ -26,7 +26,7 @@ dnl sale, use or other dealings in this Software without prior written * dnl authorization. * dnl*************************************************************************** dnl -dnl $Id: aclocal.m4,v 1.64 2011/08/07 00:40:42 tom Exp $ +dnl $Id: aclocal.m4,v 1.66 2011/09/24 16:54:41 tom Exp $ dnl dnl Author: Thomas E. Dickey dnl @@ -678,7 +678,7 @@ fi AC_CHECK_HEADERS($cf_cv_ncurses_header) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_CURSES_LIBS version: 34 updated: 2011/04/09 14:51:08 +dnl CF_CURSES_LIBS version: 35 updated: 2011/08/09 21:06:37 dnl -------------- dnl Look for the curses libraries. Older curses implementations may require dnl termcap/termlib to be linked as well. Call CF_CURSES_CPPFLAGS first. @@ -758,7 +758,7 @@ if test ".$ac_cv_func_initscr" != .yes ; then # Check for library containing tgoto. Do this before curses library # because it may be needed to link the test-case for initscr. AC_CHECK_FUNC(tgoto,[cf_term_lib=predefined],[ - for cf_term_lib in $cf_check_list termcap termlib unknown + for cf_term_lib in $cf_check_list otermcap termcap termlib unknown do AC_CHECK_LIB($cf_term_lib,tgoto,[break]) done @@ -2647,6 +2647,15 @@ ncursesw/term.h) esac ])dnl dnl --------------------------------------------------------------------------- +dnl CF_TOP_BUILDDIR version: 1 updated: 2006/10/15 16:33:23 +dnl --------------- +dnl Define a top_builddir symbol, for applications that need an absolute path. +AC_DEFUN([CF_TOP_BUILDDIR], +[ +top_builddir=`pwd` +AC_SUBST(top_builddir) +])dnl +dnl --------------------------------------------------------------------------- dnl CF_TPUTS_PROTO version: 2 updated: 2011/04/23 19:25:50 dnl -------------- dnl Check for type of function-pointer passed to tputs. Some old