nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] nmh ChangeLog acconfig.h configure.in


From: Peter Maydell
Subject: [Nmh-commits] nmh ChangeLog acconfig.h configure.in
Date: Wed, 21 Mar 2007 00:18:19 +0000

CVSROOT:        /sources/nmh
Module name:    nmh
Changes by:     Peter Maydell <pm215>   07/03/21 00:18:19

Modified files:
        .              : ChangeLog acconfig.h configure.in 

Log message:
        bug #15212: remove configure test for broken AT&T vi. This test was 
broken
        and unfixable. Support for manually defining ATTVIBUG remains.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/ChangeLog?cvsroot=nmh&r1=1.246&r2=1.247
http://cvs.savannah.gnu.org/viewcvs/nmh/acconfig.h?cvsroot=nmh&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/nmh/configure.in?cvsroot=nmh&r1=1.78&r2=1.79

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/nmh/nmh/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -b -r1.246 -r1.247
--- ChangeLog   24 Oct 2006 14:31:40 -0000      1.246
+++ ChangeLog   21 Mar 2007 00:18:19 -0000      1.247
@@ -1,3 +1,12 @@
+2007-03-12  Peter Maydell <address@hidden>
+
+       * bug #15212: configure.in, acconfig.h: remove configure test for
+       broken AT&T vi. This test was broken (it was always returning
+       failure even for non-broken vi implementations) and
+       unfixable. Nobody should be using AT&T vi any more so I have
+       simply moved it back to being a setting you can put manually into
+       acconfig.h if you must.
+
 2006-10-24  David Levine <address@hidden>
 
        * uip/sendsbr.c: with attachformat values of 1 or 2, add

Index: acconfig.h
===================================================================
RCS file: /sources/nmh/nmh/acconfig.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- acconfig.h  24 Dec 2005 17:17:38 -0000      1.24
+++ acconfig.h  21 Mar 2007 00:18:19 -0000      1.25
@@ -148,6 +148,12 @@
 /* This tells nmh to use the Linux _IO_*_ptr defines from libio.h */ 
 #undef LINUX_STDIO
 
+/*
+ * Define to 1 if your vi has ATT bug, such that it returns
+ * non-zero exit codes on `pseudo-errors'.
+ */
+#undef ATTVIBUG
+
 
 /***** END USER CONFIGURATION SECTION *****/
 @TOP@
@@ -239,12 +245,6 @@
 #undef sigset_t
 
 /*
- * Define to 1 if your vi has ATT bug, such that it returns
- * non-zero exit codes on `pseudo-errors'.
- */
-#undef ATTVIBUG
-
-/*
  * Define to 1 if you need to make `inc' set-group-id because your mail spool 
is
  * not world writable.  There are no guarantees as to the safety of doing this,
  * but this #define will add some extra security checks.

Index: configure.in
===================================================================
RCS file: /sources/nmh/nmh/configure.in,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- configure.in        27 Aug 2006 01:19:40 -0000      1.78
+++ configure.in        21 Mar 2007 00:18:19 -0000      1.79
@@ -1,7 +1,7 @@
 dnl
 dnl configure.in -- autoconf template for nmh
 dnl
-dnl $Id: configure.in,v 1.78 2006/08/27 01:19:40 bress Exp $
+dnl $Id: configure.in,v 1.79 2007/03/21 00:18:19 pm215 Exp $
 dnl
 
 dnl 2.13 definitely chokes; 2.53 is the earliest version I've tested.
@@ -367,20 +367,6 @@
 fi
 AC_SUBST(editorpath)dnl
 
-dnl Check for broken vi
-AC_CACHE_CHECK(for broken vi, nmh_cv_attvibug,
-[if echo 'r /nonexist-file
-q' | ex > /dev/null
-then
-        nmh_cv_attvibug=no
-else
-        nmh_cv_attvibug=yes
-fi])
- 
-if test "$nmh_cv_attvibug" = yes; then
-  AC_DEFINE(ATTVIBUG)dnl
-fi
-
 dnl ----------------------------------------------------------
 dnl FIND MAIL SPOOL AND SEE IF WE NEED TO MAKE inc SETGID MAIL
 dnl ----------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]