]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 5.6 - patch 20070128
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 28 Jan 2007 17:23:09 +0000 (17:23 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 28 Jan 2007 17:23:09 +0000 (17:23 +0000)
+ fix typo in configure script that broke --with-termlib option
  (report by Rong-En Fan).

NEWS
aclocal.m4
configure
dist.mk

diff --git a/NEWS b/NEWS
index fb960ab9095a527161f8ff8304b775cb36e648a3..028fde8d5d5e87e238992edfcf0bc5ea04d27f36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.1073 2007/01/28 00:38:53 tom Exp $
+-- $Id: NEWS,v 1.1074 2007/01/28 16:55:02 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,10 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20070128
+       + fix typo in configure script that broke --with-termlib option
+         (report by Rong-En Fan).
+
 20070127
        + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
          to tgetent() (report by Rong-en Fan).
index 343fc055be7c93db9545eeb6fe83dbe893f2b2ee..a3ba0e111dc0b7200f269821f106903457e53cf9 100644 (file)
@@ -28,7 +28,7 @@ dnl***************************************************************************
 dnl
 dnl Author: Thomas E. Dickey 1995-on
 dnl
-dnl $Id: aclocal.m4,v 1.414 2007/01/27 22:53:29 tom Exp $
+dnl $Id: aclocal.m4,v 1.415 2007/01/28 16:51:41 tom Exp $
 dnl Macros used in NCURSES auto-configuration script.
 dnl
 dnl These macros are maintained separately from NCURSES.  The copyright on
@@ -1852,7 +1852,7 @@ ifelse($1,,,[$1=$LIB_PREFIX])
        AC_SUBST(LIB_PREFIX)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_LIB_RULES version: 43 updated: 2007/01/13 14:44:50
+dnl CF_LIB_RULES version: 44 updated: 2007/01/28 11:40:44
 dnl ------------
 dnl Append definitions and rules for the given models to the subdirectory
 dnl Makefiles, and the recursion rule for the top-level Makefile.  If the
@@ -1986,7 +1986,7 @@ do
                                case $cf_subset in
                                *base*)
                                        ;;
-                               termlib*)
+                               *termlib*)
                                        cf_libname=$TINFO_LIB_SUFFIX
                                        if test -n "${DFT_ARG_SUFFIX}" ; then
                                                # undo $LIB_SUFFIX add-on in CF_LIB_SUFFIX
index f4a8aef953d416fd9c52a9759877db46244a1f36..0e620fd7ccf0a32da18afe7882feec0cbf8abdbd 100755 (executable)
--- a/configure
+++ b/configure
@@ -16640,7 +16640,7 @@ cf_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQ
                                case $cf_subset in
                                *base*)
                                        ;;
-                               termlib*)
+                               *termlib*)
                                        cf_libname=$TINFO_LIB_SUFFIX
                                        if test -n "${DFT_ARG_SUFFIX}" ; then
                                                # undo $LIB_SUFFIX add-on in CF_LIB_SUFFIX
diff --git a/dist.mk b/dist.mk
index e5b5bc767814ff9a88d588e8485fce21c9ed6613..d246f88361cc3b679fe5db2f1b3297401c7297d3 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -25,7 +25,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.574 2007/01/27 15:54:59 tom Exp $
+# $Id: dist.mk,v 1.575 2007/01/28 14:27:25 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
@@ -37,7 +37,7 @@ SHELL = /bin/sh
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 5
 NCURSES_MINOR = 6
-NCURSES_PATCH = 20070127
+NCURSES_PATCH = 20070128
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)