1to3.diff   [plain text]


Index: aclocal.m4
===================================================================
RCS file: /cvs/root/ncurses/ncurses/aclocal.m4,v
retrieving revision 1.5
retrieving revision 1.7
diff -u -r1.5 -r1.7
--- aclocal.m4	2002/01/04 00:01:11	1.5
+++ aclocal.m4	2002/01/12 18:33:42	1.7
@@ -28,7 +28,7 @@
 dnl
 dnl Author: Thomas E. Dickey 1996,1997,1998,1999,2000,2001
 dnl
-dnl $Id: 1to3.diff,v 1.1.1.1 2004/11/20 23:08:25 josborne Exp $
+dnl $Id: 1to3.diff,v 1.1.1.1 2004/11/20 23:08:25 josborne Exp $
 dnl Macros used in NCURSES auto-configuration script.
 dnl
 dnl See http://dickey.his.com/autoconf/ for additional information.
Index: configure
===================================================================
RCS file: /cvs/root/ncurses/ncurses/configure,v
retrieving revision 1.5
retrieving revision 1.8
diff -u -r1.5 -r1.8
--- configure	2002/01/04 00:01:11	1.5
+++ configure	2002/01/12 19:56:23	1.8
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.1.1.3 
+# From configure.in Revision: 1.4 
 
 
 
@@ -3560,9 +3560,9 @@
 echo $ac_n "checking for type of bool""... $ac_c" 1>&6
 echo "configure:3562: checking for type of bool" >&5
 
-# Check whether --with-ospeed or --without-ospeed was given.
-if test "${with_ospeed+set}" = set; then
-  withval="$with_ospeed"
+# Check whether --with-bool or --without-bool was given.
+if test "${with_bool+set}" = set; then
+  withval="$with_bool"
   NCURSES_BOOL=$withval
 else
   NCURSES_BOOL=auto
Index: configure.in
===================================================================
RCS file: /cvs/root/ncurses/ncurses/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.in	2002/01/04 00:01:11	1.4
+++ configure.in	2002/01/12 19:56:23	1.5
@@ -28,14 +28,14 @@
 dnl
 dnl Author: Thomas E. Dickey <dickey@clark.net> 1996,1997
 dnl
-dnl $Id: 1to3.diff,v 1.1.1.1 2004/11/20 23:08:25 josborne Exp $
+dnl $Id: 1to3.diff,v 1.1.1.1 2004/11/20 23:08:25 josborne Exp $
 dnl Process this file with autoconf to produce a configure script.
 dnl
 dnl See http://dickey.his.com/autoconf/ for additional information.
 dnl
 dnl ---------------------------------------------------------------------------
 AC_PREREQ(2.13.20000819)
-AC_REVISION($Revision: 1.1.1.1 $)
+AC_REVISION($Revision: 1.1.1.1 $)
 AC_INIT(ncurses/base/lib_initscr.c)
 AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin)
 
@@ -598,7 +598,7 @@
 
 ###   use option --with-bool to override bool's type
 AC_MSG_CHECKING(for type of bool)
-AC_ARG_WITH(ospeed,
+AC_ARG_WITH(bool,
 	[  --with-bool=TYPE        override fallback type of bool variable],
 	[NCURSES_BOOL=$withval],
 	[NCURSES_BOOL=auto])