all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Pretest
Date: Sat, 28 Oct 2006 21:28:18 +0200	[thread overview]
Message-ID: <uzmbgs0j1.fsf@gnu.org> (raw)
In-Reply-To: <87wt6ka3ij.fsf@stupidchicken.com> (message from Chong Yidong on Sat, 28 Oct 2006 11:01:08 -0400)

> Cc: emacs-devel@gnu.org
> From: Chong Yidong <cyd@stupidchicken.com>
> Date: Sat, 28 Oct 2006 11:01:08 -0400
> >
> > I cannot build the pretest: it fails while linking temacs.
> >
> > Interestingly, the same machine builds the CVS version just fine (and
> > has been doing that for a very long time).
> 
> 
> That's pretty strange.  If you generate a tarball from CVS yourself,
> using emacs/make-dist, does that tarball fail to build?
> 
> Try also deleting configure and doing `make bootstrap' to generate a
> new configure file (in case there's some bug in the version of
> autoconf I'm using).  Does it work in that case?

The latter method worked.  The version of Autoconf installed on
fencepost is 2.59.  I see that the one you used also identifies itself
as 2.59, but they produce a different configure script(!); the diffs
are attached below.  Do you see anything in the diffs that could
explain the failure?  I don't.  (The file src/config.in produced by
autoheader is identical to what you included in the tarball, so
config.h is not the culprit.  The produced src/Makefile files are also
identical.)

I'd still like to understand what failed `ld'.

--- bad/emacs-22.0.90/configure	2006-10-27 11:17:48.000000000 -0400
+++ good/emacs-22.0.90/configure	2006-10-28 15:06:50.000000000 -0400
@@ -988,7 +988,7 @@
     else
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     fi
-    cd "$ac_popdir"
+    cd $ac_popdir
   done
 fi
 
@@ -3283,7 +3283,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3341,7 +3342,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3457,7 +3459,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3511,7 +3514,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3556,7 +3560,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3600,7 +3605,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3988,7 +3994,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4616,7 +4623,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4842,7 +4850,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4871,7 +4880,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4941,7 +4951,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4993,7 +5004,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5064,7 +5076,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5116,7 +5129,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5190,7 +5204,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5360,7 +5375,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5429,7 +5445,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5583,7 +5600,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5790,7 +5808,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5932,7 +5951,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6051,7 +6071,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6216,7 +6237,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6279,7 +6301,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6352,7 +6375,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6438,7 +6462,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6511,7 +6536,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6581,7 +6607,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6640,7 +6667,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6709,7 +6737,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6770,7 +6799,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6836,7 +6866,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6982,7 +7013,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7046,7 +7078,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7111,7 +7144,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7157,7 +7191,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7231,7 +7266,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7296,7 +7332,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7340,7 +7377,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7411,7 +7449,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7461,7 +7500,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7532,7 +7572,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7582,7 +7623,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7653,7 +7695,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7703,7 +7746,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7774,7 +7818,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7824,7 +7869,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7895,7 +7941,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7945,7 +7992,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8032,7 +8080,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8138,7 +8187,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8198,7 +8248,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8322,7 +8373,6 @@
 echo "$as_me:$LINENO: checking for X" >&5
 echo $ECHO_N "checking for X... $ECHO_C" >&6
 
-ac_path_x_has_been_run=yes
 
 # Check whether --with-x or --without-x was given.
 if test "${with_x+set}" = set; then
@@ -8415,7 +8465,7 @@
 /usr/openwin/share/include'
 
 if test "$ac_x_includes" = no; then
-  # Guess where to find include files, by looking for a specified header file.
+  # Guess where to find include files, by looking for Intrinsic.h.
   # First, try using that file with no special directory specified.
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -8423,7 +8473,7 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <X11/Xlib.h>
+#include <X11/Intrinsic.h>
 _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -8450,7 +8500,7 @@
 sed 's/^/| /' conftest.$ac_ext >&5
 
   for ac_dir in $ac_x_header_dirs; do
-  if test -r "$ac_dir/X11/Xlib.h"; then
+  if test -r "$ac_dir/X11/Intrinsic.h"; then
     ac_x_includes=$ac_dir
     break
   fi
@@ -8464,18 +8514,18 @@
   # See if we find them without any special options.
   # Don't add to $LIBS permanently.
   ac_save_LIBS=$LIBS
-  LIBS="-lX11 $LIBS"
+  LIBS="-lXt $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <X11/Xlib.h>
+#include <X11/Intrinsic.h>
 int
 main ()
 {
-XrmInitialize ()
+XtMalloc (0)
   ;
   return 0;
 }
@@ -8489,7 +8539,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8513,7 +8564,7 @@
 do
   # Don't even attempt the hair of trying to link an X program!
   for ac_extension in a so sl; do
-    if test -r $ac_dir/libX11.$ac_extension; then
+    if test -r $ac_dir/libXt.$ac_extension; then
       ac_x_libraries=$ac_dir
       break 2
     fi
@@ -8549,12 +8600,8 @@
   # Update the cache value to reflect the command line values.
   ac_cv_have_x="have_x=yes \
 		ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
-  # It might be that x_includes is empty (headers are found in the
-  # standard search path. Then output the corresponding message
-  ac_out_x_includes=$x_includes
-  test "x$x_includes" = x && ac_out_x_includes="in standard search path"
-  echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
-echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
+  echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
+echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
 fi
 
 if test "$no_x" = yes; then
@@ -8643,7 +8690,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8879,7 +8927,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8974,7 +9023,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9033,7 +9083,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9117,7 +9168,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9301,7 +9353,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9553,7 +9606,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9620,7 +9674,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9689,7 +9744,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9774,7 +9830,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9851,7 +9908,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9905,7 +9963,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9974,7 +10033,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10078,7 +10138,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10145,7 +10206,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10215,7 +10277,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10456,7 +10519,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10565,7 +10629,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10668,7 +10733,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10746,7 +10812,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10900,7 +10967,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10974,7 +11042,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11046,7 +11115,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11128,7 +11198,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11207,7 +11278,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11278,7 +11350,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11347,7 +11420,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11420,7 +11494,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11543,7 +11618,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11645,7 +11721,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11725,7 +11802,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11793,7 +11871,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11938,7 +12017,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12047,7 +12127,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12192,7 +12273,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12299,7 +12381,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12453,7 +12536,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12528,7 +12612,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12676,7 +12761,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12753,7 +12839,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12900,7 +12987,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12973,7 +13061,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13174,7 +13263,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13247,7 +13337,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13392,7 +13483,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13468,7 +13560,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13531,7 +13624,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13612,7 +13706,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13753,7 +13848,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13898,7 +13994,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13974,7 +14071,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14047,7 +14145,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14202,7 +14301,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14268,7 +14368,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14528,7 +14629,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14595,7 +14697,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14747,7 +14850,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14931,7 +15035,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15258,7 +15363,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15359,7 +15465,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15432,7 +15539,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15511,7 +15619,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15580,7 +15689,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15648,7 +15758,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15722,7 +15833,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15826,7 +15938,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15901,7 +16014,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -16053,7 +16167,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -16121,7 +16236,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -16298,7 +16414,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -16374,7 +16491,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -16528,7 +16646,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -16679,7 +16798,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -16830,7 +16950,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -16972,7 +17093,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17016,7 +17138,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17162,7 +17285,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17206,7 +17330,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17271,7 +17396,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17361,7 +17487,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17548,7 +17675,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17618,7 +17746,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17687,7 +17816,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17819,7 +17949,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17921,7 +18052,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -17990,7 +18122,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18097,7 +18230,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18200,7 +18334,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18276,7 +18411,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18380,7 +18516,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18472,7 +18609,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18537,7 +18675,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18603,7 +18742,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18713,7 +18853,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18778,7 +18919,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18858,7 +19000,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -18931,7 +19074,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19004,7 +19148,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19077,7 +19222,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19151,7 +19297,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19223,7 +19370,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19298,7 +19446,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19370,7 +19519,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19443,7 +19593,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19593,7 +19744,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19739,7 +19891,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -19885,7 +20038,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -20042,7 +20196,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -20188,7 +20343,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -20334,7 +20490,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -20492,7 +20649,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -20650,7 +20808,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -20839,7 +20998,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -20912,7 +21072,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -20980,7 +21141,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21026,7 +21188,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21100,7 +21263,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21164,7 +21328,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21302,7 +21467,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21363,7 +21529,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21508,7 +21675,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21664,7 +21832,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21835,7 +22004,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -21903,7 +22073,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -22088,7 +22259,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -22130,24 +22302,18 @@
   ac_cv_func_fork_works=cross
 else
   cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-
-	  /* By Ruediger Kuhlmann. */
-	  if (fork() < 0)
-	    exit (1);
-	  exit (0);
-
-  ;
-  return 0;
-}
+/* By Ruediger Kuhlmann. */
+      #include <sys/types.h>
+      #if HAVE_UNISTD_H
+      # include <unistd.h>
+      #endif
+      /* Some systems only have a dummy stub for fork() */
+      int main ()
+      {
+	if (fork() < 0)
+	  exit (1);
+	exit (0);
+      }
 _ACEOF
 rm -f conftest$ac_exeext
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
@@ -22387,7 +22553,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -22452,7 +22619,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -22515,7 +22683,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -22581,7 +22750,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -22622,7 +22792,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -22689,7 +22860,8 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
+	 { ac_try='test -z "$ac_c_werror_flag"
+			 || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -23809,6 +23981,11 @@
   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
   esac
 
+  if test x"$ac_file" != x-; then
+    { echo "$as_me:$LINENO: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+    rm -f "$ac_file"
+  fi
   # Let's still pretend it is `configure' which instantiates (i.e., don't
   # use $as_me), people would be surprised to read:
   #    /* config.h.  Generated by config.status.  */
@@ -23847,12 +24024,6 @@
 	 fi;;
       esac
     done` || { (exit 1); exit 1; }
-
-  if test x"$ac_file" != x-; then
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-    rm -f "$ac_file"
-  fi
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
   sed "$ac_vpsub

      parent reply	other threads:[~2006-10-28 19:28 UTC|newest]

Thread overview: 1533+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E16pNB6-0003ei-00@blackbird.home.nickwillson.com>
2002-04-14  5:22 ` Bug#139792: emacs21: Press PageDown, get infinite loop Rob Browning
2002-04-15 22:00   ` Richard Stallman
2002-04-15 23:20     ` David Kastrup
2002-04-16  6:36       ` Eli Zaretskii
2002-04-16 10:21         ` David Kastrup
2002-04-16 12:14           ` Eli Zaretskii
2002-04-16 12:39             ` David Kastrup
2002-04-16 14:11               ` Eli Zaretskii
2002-04-17 16:04           ` Richard Stallman
2002-04-17 16:03       ` Richard Stallman
     [not found]     ` <rms@gnu.org>
2002-04-16  3:55       ` Nick
2002-04-17 16:03         ` Richard Stallman
2002-04-16 13:56       ` Peter S Galbraith
2002-04-16 19:25         ` Rob Browning
     [not found]           ` <rlb@defaultvalue.org>
2002-04-17 13:05             ` Peter S Galbraith
2002-04-17 15:22               ` Rob Browning
2002-04-17 16:04         ` Richard Stallman
2002-04-18 15:22           ` Paul Jarc
2002-04-19  5:25             ` Richard Stallman
2002-04-17 17:15       ` Peter S Galbraith
2002-04-19  5:24         ` Richard Stallman
2002-04-19  5:17       ` Nick
2002-04-19  6:53         ` Eli Zaretskii
     [not found]           ` <eliz@is.elta.co.il>
     [not found]             ` <8361-Fri22Mar2002162500+0200-eliz@is.elta.co.il>
2002-03-22 17:19               ` jit-lock-stealth-load Stephen Gildea
2002-03-24  6:13                 ` jit-lock-stealth-load Eli Zaretskii
2002-03-24 15:53                 ` jit-lock-stealth-load Richard Stallman
2002-03-25  2:10                   ` jit-lock-stealth-load Stephen Gildea
2002-03-26  8:50                     ` jit-lock-stealth-load Richard Stallman
2002-03-25  9:14                   ` jit-lock-stealth-load Francesco Potorti`
2002-04-20 22:03             ` Bug#139792: emacs21: Press PageDown, get infinite loop Nick
2002-04-19 18:43         ` Richard Stallman
2002-04-19 13:43       ` Peter S Galbraith
2002-04-20 22:04       ` Nick
2003-01-05  8:12       ` Emacs crash in X Satyaki Das
2003-01-06  3:26         ` Richard Stallman
2003-01-06  9:07       ` Satyaki Das
     [not found]       ` <E194OUB-0006Mz-00@fencepost.gnu.org>
2003-04-13 14:41         ` [bob@rattlesnake.com: `whitespace-describe' function missing] Rajesh Vaidheeswarran
2003-10-20 22:27       ` RMAIL, MIME-related bug Peter S Galbraith
2003-11-14  4:30       ` Knoppix is not entirely free software Peter S Galbraith
2003-11-14  7:36         ` Eli Zaretskii
2003-11-14 20:10         ` Richard Stallman
2003-11-14 20:49           ` Eli Zaretskii
2003-11-14 20:21       ` Peter S Galbraith
2003-11-15 16:37         ` Richard Stallman
2003-11-15 18:31       ` Peter S Galbraith
2003-11-16  3:52         ` Dan Anderson
     [not found] <E170n3M-0000tW-00@fencepost.gnu.org>
2002-04-25 19:21 ` decode_eol and inconsistent EOL Eli Zaretskii
2002-04-26 13:00   ` Stefan Monnier
2002-04-26 14:37     ` Stefan Monnier
2002-04-29  4:46     ` Eli Zaretskii
2002-04-29 12:59       ` Stefan Monnier
2002-04-29 18:00         ` Eli Zaretskii
2002-04-29 18:11           ` Stefan Monnier
2002-04-29 19:08             ` Eli Zaretskii
2002-04-26 17:38   ` Richard Stallman
2002-04-26 18:26     ` Stephen Gildea
2002-04-26 19:22     ` Eli Zaretskii
2002-04-26 20:39       ` Stefan Monnier
2002-04-27  8:14         ` Eli Zaretskii
2002-04-28 22:40           ` Stefan Monnier
2002-04-29  4:54             ` Eli Zaretskii
2002-04-29 13:02               ` Stefan Monnier
2002-04-29 18:38                 ` Eli Zaretskii
2002-04-30  5:19                   ` Richard Stallman
2002-04-30  5:39                     ` Eli Zaretskii
2002-04-28 21:17       ` Richard Stallman
2002-04-29  4:49         ` Eli Zaretskii
2002-04-29  5:37           ` Andrew Choi
2002-04-29 13:32             ` Stefan Monnier
2002-04-29 13:46               ` Andrew Choi
2002-04-30  5:18             ` Richard Stallman
2002-04-29 18:40           ` Richard Stallman
2002-04-29 19:13             ` Eli Zaretskii
2002-04-29 19:41               ` Stefan Monnier
2002-04-30  4:51                 ` Eli Zaretskii
2002-04-30 21:19               ` Richard Stallman
2002-06-16 21:23 Integrate Tramp Kai Großjohann
2002-06-17  2:44 ` Miles Bader
2002-06-17 11:19   ` Kai Großjohann
2002-06-17 13:04     ` Miles Bader
2002-06-17  4:44 ` Eli Zaretskii
2002-06-17 11:20   ` Kai Großjohann
2002-06-17 16:31 ` Richard Stallman
2002-06-17 16:44   ` Kai Großjohann
2002-06-17 18:19     ` Eli Zaretskii
2002-06-18  9:56       ` Kai Großjohann
2002-06-18 11:24         ` Kim F. Storm
2002-06-18 11:29           ` Kai Großjohann
2002-06-18  5:05     ` Eli Zaretskii
2002-06-18  9:56       ` Kai Großjohann
2002-06-19  2:23     ` Richard Stallman
2002-06-19  2:46       ` Miles Bader
2002-06-19 12:40         ` Kim F. Storm
2002-06-21  9:40           ` Richard Stallman
2002-06-21 12:29             ` Kai Großjohann
2002-06-21 15:22               ` Robert J. Chassell
2002-06-21 16:09                 ` Kai Großjohann
2002-06-21 20:21                   ` Robert J. Chassell
2002-06-21 21:18                     ` Kai Großjohann
2002-06-22 22:51                       ` Richard Stallman
2002-06-23 16:07                         ` Kai Großjohann
2002-06-22 22:51                   ` Richard Stallman
2002-06-22  6:59               ` Richard Stallman
2002-06-22 10:14                 ` Kai Großjohann
2002-06-22 17:46                   ` Stefan Monnier
2002-06-20 14:34         ` Richard Stallman
2002-06-20 15:51           ` Kai Großjohann
2002-06-20 19:48             ` Miles Bader
2002-06-21 16:29             ` Richard Stallman
2002-06-21 19:34               ` Andreas Schwab
2002-06-21 20:52               ` Kai Großjohann
2002-06-22 17:25                 ` Stefan Monnier
2002-06-22 22:51                 ` Richard Stallman
2002-06-20 16:11           ` Kai Großjohann
2002-06-20 16:31             ` Stefan Monnier
2002-06-20 16:40             ` Robert J. Chassell
2002-06-20 23:02               ` Kim F. Storm
2002-06-20 22:08                 ` Miles Bader
2002-06-20 22:20                 ` Robert J. Chassell
2002-06-21  7:31                 ` Kai Großjohann
2002-06-21  7:45                   ` Miles Bader
2002-06-21 12:36                     ` Kai Großjohann
2002-06-21 12:38                 ` Kai Großjohann
2002-06-21 13:23                   ` Miles Bader
2002-06-20 16:41             ` Kai Großjohann
2002-06-21 13:53               ` Robert J. Chassell
2002-06-21 14:23                 ` Kai Großjohann
2002-06-21 14:55                   ` Robert J. Chassell
2002-06-21 15:50                     ` Kai Großjohann
2002-06-21 20:30                       ` Robert J. Chassell
2002-06-19  8:42       ` Ehud Karni
2002-06-19 12:45       ` Kim F. Storm
2002-06-19 15:00         ` Stefan Monnier
2002-06-19 21:34           ` Kim F. Storm
2002-06-19 22:35             ` Stefan Monnier
2002-06-21  9:41               ` Richard Stallman
2002-06-20  8:29             ` Kai Großjohann
2002-06-21  9:42               ` Richard Stallman
2002-06-21  9:49                 ` Miles Bader
2002-06-21 13:33                   ` Jon Cast
2002-06-21 14:25                     ` Miles Bader
2002-06-21 14:37                 ` Miles Bader
2002-06-22  6:59                   ` Richard Stallman
2002-06-22  7:21                     ` Michael Kifer
2002-06-22  7:25                       ` Miles Bader
2002-06-22  9:41                         ` Kai Großjohann
2002-06-22 12:43                           ` Miles Bader
2002-06-21 19:30                 ` Stefan Monnier
2002-06-19 15:20         ` Robert J. Chassell
2002-06-21  9:40         ` Richard Stallman
2002-06-21  9:48           ` Andreas Schwab
2002-06-21 12:12           ` Kai Großjohann
2002-06-21 14:23             ` Mario Lang
  -- strict thread matches above, loose matches on Subject: below --
2002-06-20 14:35 [jidanni@deadspam.com: modeline doesn't divulge buffer will go bye bye] Richard Stallman
2002-06-20 15:55 ` Robert J. Chassell
2002-06-20 23:27   ` Kim F. Storm
2002-06-21 20:37     ` Robert J. Chassell
2002-06-22 17:20       ` Stefan Monnier
2002-06-22 19:30         ` Alex Schroeder
2002-06-22 20:12           ` Stefan Monnier
2002-06-23  4:57             ` Eli Zaretskii
2002-06-24  9:33               ` Richard Stallman
2002-06-23 18:12           ` Richard Stallman
2002-06-24  7:41             ` Alex Schroeder
2002-06-24 19:40               ` Richard Stallman
2002-06-24 21:17                 ` Alex Schroeder
2002-06-24 21:36                   ` Miles Bader
2002-06-24 22:01                     ` Alex Schroeder
2002-06-24 22:59                       ` Miles Bader
2002-06-25 13:54                         ` Francesco Potorti`
2002-06-25 14:07                           ` Werner LEMBERG
2002-06-26 22:24                           ` Richard Stallman
2002-06-27  2:33                             ` Miles Bader
2002-06-28 14:33                               ` Alex Schroeder
2002-06-29 22:21                                 ` Richard Stallman
2002-06-28 17:41                               ` Richard Stallman
2002-06-30  6:33                               ` Eli Zaretskii
2002-06-27  6:49                             ` Juanma Barranquero
2002-06-27  8:07                             ` Francesco Potorti`
2002-06-28 17:38                               ` Richard Stallman
2002-06-24 23:49                       ` Jon Cast
2002-06-25  0:16                         ` Miles Bader
2002-06-25  1:49                           ` Jon Cast
2002-06-25  2:11                             ` Miles Bader
2002-06-24 22:47                     ` Paul Stoeber
2002-06-23 18:12         ` Richard Stallman
2002-06-21 16:29   ` Richard Stallman
2002-06-29 20:28 No calc in pretest? Kevin A. Burton
2002-06-30  6:24 ` Eli Zaretskii
2002-06-30  6:44   ` Jon Cast
2002-06-30  9:23     ` Eli Zaretskii
2002-06-30 19:06       ` Simon Josefsson
2002-07-02 20:22         ` Jon Cast
2002-07-03  4:57           ` Eli Zaretskii
2002-07-03 21:00             ` Jon Cast
2002-07-04  4:36               ` Eli Zaretskii
2002-07-04 16:37                 ` Jon Cast
2002-07-05 17:20                   ` Eli Zaretskii
2002-07-05 23:02                     ` Jon Cast
2002-07-01  1:55       ` Miles Bader
2002-07-01  5:13         ` Eli Zaretskii
2002-07-02 15:09       ` Stefan Monnier
2002-07-02 15:20         ` Miles Bader
2002-07-02 19:41         ` Jon Cast
2002-07-02 19:54           ` Stefan Monnier
2002-07-02 20:51             ` Jon Cast
2002-07-01 21:32     ` Francesco Potorti`
2002-07-02  8:49       ` Kim F. Storm
2002-07-02  8:06         ` Miles Bader
2002-07-02  9:30           ` Kai Großjohann
2002-07-02  9:43           ` Kim F. Storm
2002-07-02  9:50             ` Juanma Barranquero
2002-07-02 20:44               ` Jon Cast
2002-07-03  2:44                 ` Juanma Barranquero
2002-07-03  0:52                   ` Jon Cast
2002-07-03  7:58                     ` Juanma Barranquero
2002-07-02 10:11             ` Eli Zaretskii
2002-07-02 20:38             ` Jon Cast
2002-07-02 21:46               ` Jason Rumney
2002-07-04  6:08                 ` Juanma Barranquero
2002-07-03 20:57             ` Richard Stallman
2002-07-03 21:35               ` Jon Cast
2002-07-03 22:03                 ` Miles Bader
2002-07-03 23:08                   ` Jon Cast
2002-07-04 18:24                   ` Richard Stallman
2002-07-04 23:16                     ` Jon Cast
2002-07-05 22:07                       ` Richard Stallman
2002-07-05 23:09                         ` Jon Cast
2002-07-05  1:20                     ` Miles Bader
2002-07-05 22:07                       ` Richard Stallman
2002-07-05 23:14                         ` Jon Cast
2002-07-05 23:23                           ` Francesco Potorti`
2002-07-06 23:31                             ` Richard Stallman
2002-07-09  3:22                               ` Jon Cast
2002-07-09 18:51                                 ` Richard Stallman
2002-07-04 22:04                 ` Kim F. Storm
2002-07-04 23:31                   ` Jon Cast
2002-07-05 20:55                     ` Kim F. Storm
2002-07-05 23:07                       ` Jon Cast
2002-07-05 22:07                     ` Richard Stallman
2002-07-05 23:11                       ` Jon Cast
2002-07-05 12:07                   ` Kai Großjohann
2002-07-05 13:13                     ` Miles Bader
2002-07-05 13:41                       ` Kai Großjohann
2002-07-05 22:07                   ` Richard Stallman
2002-07-09  2:19                     ` Jon Cast
2002-07-09  5:43                       ` Eli Zaretskii
2002-07-09 18:51                       ` Richard Stallman
2002-07-10 18:24                         ` Jon Cast
2002-07-02 10:10           ` Eli Zaretskii
2002-07-02 10:08         ` Eli Zaretskii
2002-07-02 15:28           ` Stefan Monnier
2002-07-02 15:58             ` Miles Bader
2002-07-02 16:05               ` Stefan Monnier
2002-07-02 16:23                 ` Miles Bader
2002-07-02 16:26                   ` Stefan Monnier
2002-07-02 16:33                     ` Miles Bader
2002-07-02 16:38                       ` Stefan Monnier
2002-07-02 20:12                         ` Jon Cast
2002-07-02 20:09                     ` Jon Cast
2002-07-02 20:18                       ` Stefan Monnier
2002-07-02 21:15                         ` Jon Cast
2002-07-02 19:56                 ` Jon Cast
2002-07-02 16:09               ` Simon Josefsson
2002-07-02 16:40                 ` Eli Zaretskii
2002-07-02 19:17                   ` Stefan Monnier
2002-07-02 20:55                     ` Kim F. Storm
2002-07-02 21:04                     ` Jon Cast
2002-07-03  4:49                     ` Eli Zaretskii
2002-07-02 21:10                   ` Kim F. Storm
2002-07-05 17:51                   ` Simon Josefsson
2002-07-05 19:14                     ` Eli Zaretskii
2002-07-02 20:05                 ` Jon Cast
2002-07-02 19:52             ` Jon Cast
2002-07-02 20:05               ` Stefan Monnier
2002-07-02 21:03                 ` Jon Cast
2002-07-03  4:05                   ` Ken Raeburn
2002-07-03 20:54                     ` Jon Cast
2002-07-04  1:35                       ` Miles Bader
2002-07-04  1:39                         ` Jon Cast
2002-07-03  9:17                   ` Kai Großjohann
2002-07-03 21:06                     ` Jon Cast
2002-07-02 21:30               ` Robert J. Chassell
2002-07-03  0:33                 ` Jon Cast
2002-07-03 20:57           ` Richard Stallman
2002-07-02 20:30         ` Jon Cast
2002-07-02 21:42           ` Kim F. Storm
2002-07-02 21:22             ` Jon Cast
2002-07-02 22:48               ` Kim F. Storm
2002-07-03  0:45                 ` Jon Cast
2002-07-03 12:56                   ` Kim F. Storm
2002-07-03 21:27                     ` Jon Cast
2002-08-20 15:32 Suggestions for mode-line-format changes Kim F. Storm
2002-08-20 14:51 ` Romain FRANCOISE
2002-08-21  0:11 ` Richard Stallman
2002-08-21 13:11   ` Kim F. Storm
2002-08-22  3:44     ` Richard Stallman
2002-08-21  0:25 ` Kim F. Storm
2002-08-21  4:29 ` Kenichi Handa
2002-08-21  4:52   ` Miles Bader
2002-08-21  9:33     ` Kim F. Storm
2002-08-21 11:01       ` Miles Bader
2002-08-21 11:09         ` Kenichi Handa
     [not found]         ` <m2vg63ekjg.fsf@primate.xs4all.nl>
2002-08-22  2:38           ` Miles Bader
2002-08-23  0:11             ` ediff user interface (Re: Suggestions for mode-line-format changes) Karl Eichwalder
2002-08-23  8:28               ` Andreas Schwab
2002-08-24  2:33             ` Suggestions for mode-line-format changes Richard Stallman
2002-08-25 23:36               ` Kim F. Storm
2002-08-25 22:52                 ` Miles Bader
2002-08-26 21:16                   ` Michael Kifer
2002-08-27  1:52                     ` Miles Bader
2002-08-27  2:28                       ` Michael Kifer
2002-08-27  2:53                         ` Miles Bader
2002-08-27  3:38                           ` Michael Kifer
2002-08-27  4:10                             ` Miles Bader
2002-08-27  4:33                               ` Michael Kifer
2002-08-27  4:56                                 ` Miles Bader
2002-08-27  5:18                                   ` Michael Kifer
2002-08-27  5:37                                     ` Miles Bader
2002-08-27  5:51                                       ` Michael Kifer
2002-08-27  6:25                                         ` Miles Bader
2002-08-27  9:16                                           ` Kim F. Storm
2002-08-27  9:16                                   ` Kim F. Storm
2002-08-23 16:38       ` Alan Shutko
     [not found]         ` <m2hehasikt.fsf@primate.xs4all.nl>
2002-09-01  0:07           ` Alan Shutko
2002-09-01  0:32           ` Glenn Morris
2002-08-21  9:29   ` Kim F. Storm
2002-08-23 16:35   ` Alan Shutko
2002-08-24  0:42     ` Kenichi Handa
2002-08-25 18:23       ` Stefan Monnier
2002-08-26  7:01         ` Kenichi Handa
2002-08-26 16:05           ` Stefan Monnier
2002-08-23 16:33 ` Alan Shutko
2002-08-23 16:58   ` Bill White
2002-08-25 23:41     ` Kim F. Storm
2002-08-25 23:12       ` Alan Shutko
2002-08-26  4:42         ` Eli Zaretskii
2002-08-26  7:12           ` Miles Bader
     [not found]           ` <m265xqsfse.fsf@primate.xs4all.nl>
2002-09-02  1:10             ` Miles Bader
2002-09-02  2:38               ` Alan Shutko
2002-09-02 10:18                 ` Kim F. Storm
2002-08-26 10:20         ` Kim F. Storm
2002-08-26 15:51           ` Alan Shutko
2002-08-26 21:51           ` Richard Stallman
2002-08-27  9:20             ` Kim F. Storm
2002-08-27  8:26               ` Miles Bader
2002-08-27 10:34                 ` Kim F. Storm
2002-08-28  6:52               ` Richard Stallman
2002-08-26 10:25       ` Mario Lang
2002-08-26 15:01         ` Kim F. Storm
2002-08-26 21:51         ` Richard Stallman
2002-08-23 17:08   ` Kai Großjohann
2002-08-25  5:26     ` Richard Stallman
2002-08-25  5:26   ` Richard Stallman
2002-10-10 14:37 [PATCH] browse-url.el mozilla tab support Simon Josefsson
     [not found] ` <jas@extundo.com>
2002-10-10 17:31   ` Peter S Galbraith
2002-10-10 17:40     ` Simon Josefsson
2002-10-10 21:50       ` Steve Youngs
2002-10-10 21:59         ` Simon Josefsson
2002-10-21  7:26 mh-e 6.2 imminent Bill Wohler
2002-10-21 10:04 ` Kim F. Storm
2002-10-21  9:37   ` Juanma Barranquero
2002-10-22  3:13 ` Richard Stallman
2002-10-23 19:48   ` Bill Wohler
2002-10-24  7:25     ` Stefan Monnier
2002-10-24  8:21       ` Miles Bader
     [not found]         ` <miles@lsi.nec.co.jp>
2002-10-24  9:13           ` Mark D. Baushke
2002-10-24  9:24             ` Miles Bader
2002-10-24  9:28         ` checkdoc (was: mh-e 6.2 imminent) Stefan Monnier
2002-10-24 11:13           ` Kim F. Storm
2002-10-24 14:45             ` Miles Bader
2002-10-24 16:15               ` Kim F. Storm
2002-10-24 23:30                 ` Miles Bader
2002-10-25  5:35                 ` Richard Stallman
2002-10-25  9:23                   ` Kim F. Storm
2002-10-26 20:15                     ` Richard Stallman
2002-10-26 23:03                       ` Kim F. Storm
2002-10-28 19:19                         ` Richard Stallman
2002-10-28 19:38                           ` Henrik Enberg
2002-10-28 21:37                             ` Miles Bader
2002-10-28 23:19                               ` Kim F. Storm
2002-10-28 23:22                                 ` Miles Bader
2002-10-29  0:46                                   ` Kim F. Storm
2002-10-29 11:07                               ` Henrik Enberg
2002-10-29 14:31                               ` Stefan Monnier
2002-10-28 21:53                             ` Kim F. Storm
2002-10-29  1:20                               ` Miles Bader
2002-10-29 11:29                               ` Richard Stallman
2002-10-29 11:28                             ` Richard Stallman
2002-10-29 12:55                               ` Miles Bader
2002-11-02  0:58                               ` Henrik Enberg
2002-11-05  4:26                                 ` Miles Bader
2002-10-25  5:35         ` mh-e 6.2 imminent Richard Stallman
2002-10-25  5:50           ` Miles Bader
2002-10-26 20:15             ` Richard Stallman
2002-10-29 17:30         ` Francesco Potorti`
2002-10-30  2:22           ` Miles Bader
     [not found]           ` <pot@gnu.org>
2002-10-29 17:38             ` Peter S Galbraith
2002-10-30 17:18               ` Richard Stallman
2002-11-02 12:07               ` Francesco Potorti`
2003-01-07 12:40             ` etags -f /dev/stdout enhancement request Francesco Potorti`
2003-01-07 17:16               ` Lyndon Nerenberg
2002-11-23 19:07 (Newbie) How to turn AutoFill-mode on/off Elaine Sims
2002-11-23 19:30 ` Michael Slass
2002-11-23 19:38   ` Elaine Sims
2002-11-23 19:56     ` Michael Slass
2002-11-23 20:09       ` Elaine Sims
2002-11-24  0:53     ` ken
2002-11-24  2:07       ` Alan Shutko
2002-11-24 14:06         ` ken
2002-11-24 15:06           ` Kai Großjohann
2002-11-24 16:30             ` David Kastrup
2002-11-24 18:51             ` ken
     [not found]             ` <mailman.1038163968.29194.help-gnu-emacs@gnu.org>
2002-11-24 21:31               ` Michael Slass
2002-11-24 23:19                 ` ken
2002-11-25  4:22                   ` Alan Shutko
2002-11-25  5:50                     ` Eli Zaretskii
2002-11-25  6:03                       ` Eli Zaretskii
     [not found]                     ` <ats@acm.org>
2002-11-25 14:54                       ` Peter S Galbraith
2002-11-25 14:57                     ` Kester Clegg
     [not found]                     ` <mailman.1038236120.7841.help-gnu-emacs@gnu.org>
2002-11-25 15:59                       ` Stefan Monnier <foo@acm.com>
2002-11-25  9:53                   ` Kai Großjohann
2002-11-24 21:33               ` Benjamin Lewis
2002-11-24  4:30       ` Benjamin Lewis
2002-11-25  5:56     ` Jim Janney
2002-11-25 15:01     ` Kester Clegg
     [not found] <mailman.8.1039372645.19936.bug-gnu-emacs@gnu.org>
2002-12-08 21:21 ` outline should have its own face definitions Miles Bader
     [not found]   ` <miles@gnu.org>
2002-12-09 14:50     ` Peter S Galbraith
     [not found]   ` <mailman.32.1039445453.19936.bug-gnu-emacs@gnu.org>
2002-12-09 15:29     ` Miles Bader
2003-01-03 19:44 Emacs crash in X Satyaki Das
2003-01-04 23:44 ` Richard Stallman
2003-05-25 23:01 S-backspace Alex Schroeder
2003-05-25 23:57 ` S-backspace Miles Bader
2003-05-26  1:14   ` S-backspace Luc Teirlinck
     [not found]     ` <200305260121.h4Q1L0s14572@eel.dms.auburn.edu>
2003-05-26  1:24       ` S-backspace Luc Teirlinck
2003-05-26  1:38         ` S-backspace Luc Teirlinck
2003-05-26 14:24     ` S-backspace Oliver Scholz
2003-05-26 18:59       ` S-backspace Luc Teirlinck
2003-05-26 15:18 ` S-backspace Kai Großjohann
2003-05-27 12:44 ` S-backspace Richard Stallman
2003-05-27 13:57   ` S-backspace Kai Großjohann
2003-05-27 14:06   ` S-backspace Rajesh Vaidheeswarran
2003-05-27 14:16     ` S-backspace David Kastrup
2003-05-27 14:18     ` S-backspace Miles Bader
2003-05-27 15:46       ` S-backspace Kai Großjohann
2003-05-27 16:47         ` S-backspace Luc Teirlinck
2003-05-27 17:06           ` S-backspace Stefan Monnier
2003-05-27 17:04         ` S-backspace Luc Teirlinck
2003-05-27 16:26       ` S-backspace Luc Teirlinck
2003-05-28 23:57         ` S-backspace Richard Stallman
2003-05-29  0:25           ` S-backspace Stefan Monnier
2003-05-29  2:33             ` S-backspace Peter Lee
2003-05-29  7:54             ` S-backspace Oliver Scholz
2003-05-30  1:10               ` S-backspace Luc Teirlinck
2003-06-05  1:49                 ` S-backspace Luc Teirlinck
2003-06-05  2:40                   ` S-backspace Miles Bader
2003-06-05  3:12                     ` { SPAM 2 }::Re: S-backspace Luc Teirlinck
2003-05-31 19:44             ` S-backspace David Kastrup
2003-05-29  1:46           ` S-backspace Luc Teirlinck
2003-05-29  2:11             ` S-backspace Luc Teirlinck
2003-05-30 17:12             ` S-backspace Richard Stallman
2003-05-30 22:22               ` S-backspace Kevin Rodgers
2003-05-30 23:59               ` S-backspace Kim F. Storm
2003-06-04 11:13                 ` S-backspace Andreas Schwab
2003-05-31  0:39               ` S-backspace Luc Teirlinck
2003-05-31  0:53                 ` S-backspace Miles Bader
2003-05-31  0:58                   ` S-backspace Luc Teirlinck
2003-05-31  1:07                     ` S-backspace Miles Bader
2003-05-27 14:31     ` S-backspace Jan D.
2003-05-28 13:54     ` S-backspace Richard Stallman
2003-10-12 19:47 RMAIL, MIME-related bug Alexander Pohoyda
2003-10-14  1:50 ` Kenichi Handa
2003-10-14 14:05   ` Robert J. Chassell
2003-10-15  4:08     ` Richard Stallman
     [not found]     ` <bob@rattlesnake.com>
2003-04-11 17:21       ` `whitespace-describe' function missing Robert J. Chassell
2003-04-14  2:01         ` Rajesh Vaidheeswarran
2003-04-14 11:55           ` Robert J. Chassell
2003-04-14 15:23             ` Kim F. Storm
2003-05-13 14:38               ` Rajesh Vaidheeswarran
2003-05-13 15:30                 ` Stefan Monnier
2003-10-15 19:59       ` RMAIL, MIME-related bug Peter S Galbraith
2005-05-04 19:59       ` bootstrap from scratch Robert J. Chassell
2005-05-05  0:24         ` Ed Reingold
2005-05-05 11:21           ` Robert J. Chassell
2005-05-05 17:18             ` Ed Reingold
2005-05-05 18:42               ` Alan Shutko
2005-05-05 19:10                 ` Ed Reingold
2005-05-05 19:24                 ` Alan Shutko
2005-05-05 19:30                   ` Ed Reingold
2005-05-05 19:37                   ` Glenn Morris
2005-05-05 19:42                     ` org.el fix Alan Shutko
2005-05-05 19:54                   ` bootstrap from scratch Stefan Monnier
2005-05-05 20:10                     ` Glenn Morris
2005-05-05 22:29                       ` Kim F. Storm
2005-05-05 23:28                       ` Jason Rumney
2005-05-06 10:30                         ` bootstrap from scratch [is now appt activation] Marcelo Toledo
2005-05-06 22:23                           ` Jason Rumney
2005-05-06 18:51                         ` bootstrap from scratch Richard Stallman
2005-05-06 22:26                           ` Jason Rumney
2005-05-07 18:35                             ` Richard Stallman
2005-05-06 18:50                       ` Richard Stallman
2005-05-06 20:38                         ` Glenn Morris
2005-05-05 20:02                   ` Glenn Morris
2005-05-06 18:50                   ` Richard Stallman
2005-05-06 18:51               ` Richard Stallman
2005-05-05  1:32         ` Marcelo Toledo
2005-05-05 19:33         ` Glenn Morris
2003-10-16  6:59 ` RMAIL, MIME-related bug Eli Zaretskii
2003-10-16  7:41   ` Alexander Pohoyda
2003-10-16  9:40     ` Thien-Thi Nguyen
2003-10-16  9:48       ` Thien-Thi Nguyen
2003-10-16 13:27       ` Alexander Pohoyda
2003-10-16 14:15         ` Thien-Thi Nguyen
2003-10-16 11:20     ` Eli Zaretskii
2003-10-16 13:14       ` Alexander Pohoyda
2003-10-16 16:02         ` Eli Zaretskii
2003-10-16 18:27           ` David Kastrup
2003-10-16 21:18           ` Alexander Pohoyda
2003-10-17  7:00             ` Eli Zaretskii
2003-10-16 14:36       ` Ehud Karni
2003-10-16 16:06         ` Eli Zaretskii
2003-10-16 23:06     ` Richard Stallman
2003-10-16 23:06   ` Richard Stallman
2003-10-17  6:19     ` Alexander Pohoyda
2003-10-17  6:45     ` Eli Zaretskii
2003-10-16 16:54 ` Stefan Monnier
2003-10-16 17:21   ` Eli Zaretskii
2003-10-16 18:49     ` Stefan Monnier
2003-10-16 18:58       ` Eli Zaretskii
2003-10-16 19:21         ` Stefan Monnier
2003-10-17  6:24           ` Eli Zaretskii
2003-10-17 11:54             ` Stephen J. Turnbull
2003-10-17 18:10               ` Eli Zaretskii
2003-10-21  3:09                 ` Stephen J. Turnbull
2003-10-21  3:59                   ` Simon Josefsson
2003-10-21 10:50                     ` Stephen J. Turnbull
2003-10-21 11:56                       ` Lars Magne Ingebrigtsen
2003-10-22  9:25                   ` Richard Stallman
2003-10-22 10:52                     ` Stephen J. Turnbull
2003-10-22 10:52                     ` Kenichi Handa
2003-10-29 11:30                       ` 守岡知彦 / MORIOKA Tomohiko
2003-10-22 17:19                     ` Alexander Pohoyda
2003-10-22 19:53                       ` Lars Magne Ingebrigtsen
2003-10-22 23:47                       ` Kenichi Handa
2003-10-17 18:51             ` Satyaki Das
2003-10-17 18:57             ` Lars Magne Ingebrigtsen
2003-10-18  8:29               ` Eli Zaretskii
2003-10-18 23:05                 ` Richard Stallman
2003-10-19  5:50                   ` Eli Zaretskii
2003-10-19 10:38                     ` Alex Schroeder
2003-10-20  1:48                     ` Richard Stallman
2003-10-20  5:53                       ` Alexander Pohoyda
2003-10-20  6:51                         ` Lars Magne Ingebrigtsen
2003-10-20 17:39                           ` Alexander Pohoyda
2003-10-20 23:20                           ` Richard Stallman
2003-12-26 17:40                             ` Merging quoted-printable functions Alexander Pohoyda
2003-12-27 22:16                               ` Richard Stallman
2003-10-16 19:33         ` RMAIL, MIME-related bug Ehud Karni
2003-10-17  6:20           ` Eli Zaretskii
2003-10-16 19:14       ` Ehud Karni
2003-10-16 21:56         ` Alexander Pohoyda
2003-10-16 22:21           ` Ehud Karni
2003-10-16 23:48             ` Luc Teirlinck
2003-10-17  2:20               ` Kenichi Handa
     [not found]     ` <eliz@elta.co.il>
2003-10-17  2:36       ` Peter S Galbraith
2003-10-17 15:39       ` Peter S Galbraith
2003-10-17 16:16         ` Stefan Monnier
     [not found]           ` <monnier@IRO.UMontreal.CA>
2003-10-17 16:22             ` Peter S Galbraith
2003-10-17 18:17         ` Eli Zaretskii
2003-10-17 18:33       ` Peter S Galbraith
2003-10-20 10:43         ` Richard Stallman
2003-11-14 19:00       ` Knoppix is not entirely free software Peter S Galbraith
2003-11-14 20:41         ` Eli Zaretskii
2003-10-17 20:46     ` RMAIL, MIME-related bug Richard Stallman
2003-10-17 21:09       ` Stefan Monnier
2003-10-18 23:06         ` Richard Stallman
2003-10-19  7:46           ` Alexander Pohoyda
2003-10-22 20:26           ` RMAIL, rmail-mbox-branch Alexander Pohoyda
2003-10-27 23:44             ` Richard Stallman
2003-11-26 22:44               ` Alexander Pohoyda
2003-10-16 21:44   ` RMAIL, MIME-related bug Alexander Pohoyda
2003-10-16 22:07     ` Stefan Monnier
2003-10-16 21:44   ` Alexander Pohoyda
2003-10-19 20:59   ` Juri Linkov
2003-10-20  4:18     ` Kenichi Handa
2003-10-20  5:15       ` Juri Linkov
2003-10-20  5:21       ` Alexander Pohoyda
2003-10-20 13:03       ` Robert J. Chassell
2003-10-20  6:54     ` Lars Magne Ingebrigtsen
2003-10-20  8:11       ` Juri Linkov
2003-10-20  9:33         ` Lars Magne Ingebrigtsen
2003-10-20 13:56       ` Paul Michael Reilly
2003-10-20 17:14     ` Satyaki Das
2003-10-21 14:48       ` Richard Stallman
2003-10-21 16:48         ` Satyaki Das
2003-10-20 23:20     ` Richard Stallman
2003-10-21  5:30       ` Karl Eichwalder
2003-10-22  9:25         ` Richard Stallman
2003-10-20 23:38     ` Kevin Rodgers
2003-10-21  5:38       ` Juri Linkov
2003-10-21 14:40         ` URL (was: RMAIL, MIME-related bug) Stefan Monnier
2003-10-23 15:48           ` URL Dave Love
2003-10-23 16:31             ` URL Stefan Monnier
2003-10-24  5:16               ` URL Richard Stallman
2003-10-25 16:20               ` URL Dave Love
2003-10-27 13:16                 ` URL Juri Linkov
2003-10-23 18:24         ` RMAIL, MIME-related bug Kevin Rodgers
2003-10-23 19:57           ` Kevin Rodgers
2003-10-27 13:03             ` URL Juri Linkov
2003-10-19  1:34 customizing a variable named in Info Peter S Galbraith
2003-10-19  5:58 ` Eli Zaretskii
2003-10-19 15:12   ` Luc Teirlinck
     [not found]     ` <teirllm@dms.auburn.edu>
2003-10-19 17:17       ` Peter S Galbraith
2003-10-20  1:48 ` Richard Stallman
2003-11-13  2:39 Knoppix is not entirely free software Richard Stallman
2003-11-13  3:44 ` Dan Anderson
2003-11-14 20:22 doc elisp intro cross reference fixes Kevin Ryde
2003-11-17 13:29 ` Juri Linkov
2003-11-17 20:12   ` Robert J. Chassell
2003-11-18 15:34     ` Juri Linkov
2003-11-19 21:06       ` Robert J. Chassell
2003-11-18 23:04     ` Richard Stallman
2003-11-19  3:08       ` Stefan Monnier
2003-11-19  4:18         ` Luc Teirlinck
2003-11-19  4:29           ` Stefan Monnier
2003-11-19  5:05             ` Luc Teirlinck
2003-11-19 13:53               ` Stefan Monnier
2003-11-19  5:28             ` Luc Teirlinck
2003-11-19 13:56               ` Stefan Monnier
2003-11-19 20:23                 ` Kevin Rodgers
2003-11-19 21:15                   ` Stefan Monnier
2003-11-19 22:38                     ` Luc Teirlinck
2003-11-20  4:53                       ` Stefan Monnier
2003-11-20 13:13                         ` David Kastrup
2003-11-20 14:35                           ` Stefan Monnier
2003-11-20 14:47                             ` David Kastrup
2003-11-20 15:43                               ` Stefan Monnier
2003-11-20 20:21                               ` Kevin Rodgers
2003-11-20 14:51                             ` David Kastrup
2003-11-20 15:46                               ` Stefan Monnier
2003-11-20 20:33                               ` Kevin Rodgers
2003-11-20 20:58                                 ` David Kastrup
2003-11-26 18:09                                 ` Per Abrahamsen
2003-11-26 18:14                                   ` Stefan Monnier
2003-11-26 23:49                                     ` Luc Teirlinck
2003-11-27  0:51                                       ` Stefan Monnier
2003-11-27  3:22                                         ` Luc Teirlinck
2003-11-27  3:45                                         ` Luc Teirlinck
2003-11-28 23:14                                       ` Richard Stallman
2003-11-29 20:29                                         ` Luc Teirlinck
2003-11-28 23:15                                       ` Richard Stallman
2003-11-26 23:58                                     ` Luc Teirlinck
2003-11-27  0:14                                     ` Luc Teirlinck
2003-11-27 11:26                                       ` Per Abrahamsen
2003-11-27 16:11                                         ` Luc Teirlinck
2003-11-27 16:48                                           ` Luc Teirlinck
2003-11-27 18:46                                           ` Per Abrahamsen
     [not found]                                             ` <200311271857.hARIvGr04327@raven.dms.auburn.edu>
2003-11-27 19:09                                               ` Per Abrahamsen
     [not found]                                                 ` <200311271946.hARJkhd04426@raven.dms.auburn.edu>
     [not found]                                                   ` <jwvy8u1bmfq.fsf-monnier+emacs/devel@vor.iro.umontreal.ca>
     [not found]                                                     ` <200311272115.hARLFFo04571@raven.dms.auburn.edu>
2003-11-28 11:41                                                       ` Per Abrahamsen
     [not found]                                                         ` <200311281810.hASIACS06152@raven.dms.auburn.edu>
     [not found]                                                           ` <x5znegpcue.fsf@lola.goethe.zz>
     [not found]                                                             ` <200311281853.hASIrSg06209@raven.dms.auburn.edu>
     [not found]                                                               ` <x5fzg8p873.fsf@lola.goethe.zz>
2003-11-29 15:40                                                                 ` Per Abrahamsen
2003-11-28 23:14                                           ` Richard Stallman
2003-11-29 14:04                                             ` Per Abrahamsen
     [not found]                                               ` <200311291445.hATEjN408572@raven.dms.auburn.edu>
2003-11-29 16:54                                                 ` Per Abrahamsen
     [not found]                                                   ` <200311291828.hATISht08904@raven.dms.auburn.edu>
2003-11-30 13:06                                                     ` Per Abrahamsen
2003-11-30 15:19                                                       ` Luc Teirlinck
     [not found]                                               ` <E1AQd7O-0002KQ-Bb@fencepost.gnu.org>
2003-12-01 11:06                                                 ` Per Abrahamsen
2003-12-02  4:17                                                   ` Richard Stallman
2003-11-27 11:03                                     ` Per Abrahamsen
2003-11-27 19:08                                   ` Richard Stallman
2003-11-28 10:45                                     ` Per Abrahamsen
2003-11-19 23:48                     ` Luc Teirlinck
2003-11-19 23:56                       ` Miles Bader
2003-11-20 20:18                         ` Kevin Rodgers
2003-11-20  4:58                       ` Stefan Monnier
2003-11-20  5:12                         ` Luc Teirlinck
2003-11-20 14:39                           ` Stefan Monnier
2003-11-20 20:13                     ` Kevin Rodgers
2003-11-20 22:35                       ` Stefan Monnier
2003-11-29 21:25                       ` Kai Grossjohann
2003-11-30 19:51                         ` Stefan Monnier
2003-11-30 20:31                           ` Kai Grossjohann
2003-11-30 21:08                             ` Stefan Monnier
2003-12-01 21:14                               ` Kai Grossjohann
2003-12-02 16:17                                 ` Stefan Monnier
2003-12-03  4:45                                   ` Richard Stallman
2003-12-01  1:45                         ` Richard Stallman
2003-11-21  4:08                     ` Richard Stallman
2003-11-21  4:28                       ` Miles Bader
2003-11-21 15:03                       ` Stefan Monnier
2003-11-23 16:34                         ` Richard Stallman
2003-11-20  4:06                 ` Richard Stallman
2003-11-20  4:57                   ` Stefan Monnier
2003-11-20 20:20                     ` Kevin Rodgers
2003-11-20 22:36                       ` Stefan Monnier
2003-11-26 18:03         ` Per Abrahamsen
2003-11-26 18:55           ` Simon Josefsson
2003-11-27  7:28           ` Juri Linkov
2003-11-27 11:10             ` Per Abrahamsen
2003-11-28 23:14               ` Richard Stallman
     [not found]             ` <juri@jurta.org>
2003-11-28  1:47               ` Peter S Galbraith
2003-11-18 20:48   ` Kevin Ryde
2003-11-18 21:31     ` Juri Linkov
2003-11-20 21:42       ` Kevin Ryde
     [not found] <sds@gnu.org>
2002-08-06 13:15 ` crash in display, triggered by calendar Sam Steingold
2002-08-06 13:38   ` Ed Reingold
2002-08-06 14:05     ` Sam Steingold
2002-08-06 14:38       ` Alan Shutko
2002-08-06 14:51         ` Ed Reingold
2002-08-06 15:00           ` Sam Steingold
2002-08-07 14:23         ` Richard Stallman
2002-08-07 14:23       ` Richard Stallman
2004-01-16 18:56 ` invalid-regexp in calendar Sam Steingold
2004-01-17 13:49   ` Thien-Thi Nguyen
2004-02-05  2:52   ` Ed Reingold
2004-02-05 20:11     ` D. Goel
2004-02-25 18:30 Console-window Emacs stops responding when pasting clipboard Davor Cubranic
2004-02-26  5:56 ` Eli Zaretskii
2004-02-26  6:54   ` era
2004-02-26 18:03   ` Davor Cubranic
2004-03-10 17:36   ` Davor Cubranic
2004-03-12 10:10     ` Andreas Schwab
2004-02-27  0:54 ` Juri Linkov
2004-05-04 18:28 dired alignment Karl Eichwalder
2004-05-04 21:32 ` Andreas Schwab
2004-05-05 20:20   ` Richard Stallman
2004-05-05 21:12     ` Stefan Monnier
2004-05-07  0:28       ` Richard Stallman
2004-05-07 14:55       ` Peter Whaite
2004-05-08 21:59         ` Richard Stallman
2004-05-12 15:49           ` Peter Whaite
2004-05-12 17:01             ` Stefan Monnier
2004-05-13 15:46               ` Richard Stallman
2004-05-13 16:43                 ` Andreas Schwab
2004-05-14 21:01                   ` Richard Stallman
2004-05-14 22:16                     ` Andreas Schwab
2004-05-13 19:34                 ` Miles Bader
2004-05-14 21:02                   ` Richard Stallman
2004-05-14 23:32                     ` Miles Bader
2004-05-07 16:32       ` Edward O'Connor
2004-05-04 22:27 Fix for inconsistent (/ DIVIDEND DIVISOR &rest DIVISORS) Peter Whaite
2004-05-04 22:51 ` Miles Bader
2004-05-04 23:21   ` Peter Whaite
2004-05-04 23:50     ` David Kastrup
2004-05-05  7:16 Mode-line customization Matt Hodges
2004-05-05 15:04 ` Chris Green
2004-05-05 21:19   ` Juanma Barranquero
2004-05-06  9:22   ` Richard Stallman
2004-05-06  9:40     ` Miles Bader
2004-05-06 10:00       ` David Kastrup
2004-05-06 10:44         ` Miles Bader
2004-05-06 11:59           ` Kim F. Storm
2004-05-06 14:06             ` Miles Bader
2004-05-06 14:43               ` David Kastrup
2004-05-07  1:49                 ` Miles Bader
2004-05-07  7:47                   ` David Kastrup
2004-05-07 17:02                     ` Kevin Rodgers
2004-05-07 18:14                       ` Stefan Monnier
2004-05-08 21:59                   ` Richard Stallman
2004-05-06 15:38             ` David Kastrup
2004-05-08  1:20             ` Richard Stallman
2004-05-06 14:59       ` Stefan Monnier
2004-05-06 17:38         ` Peter Whaite
2004-05-11 12:50           ` Chris Green
2004-05-06  0:17 ` Masatake YAMATO
2004-10-25 12:04 $HOME default on w32 Stefan
2004-10-25 15:06 ` Lennart Borgman
2004-10-25 16:31   ` CHENG Gao
2004-10-25 17:34     ` Stefan Monnier
2004-10-25 18:41     ` Stefan Daschek
2004-10-26  7:32     ` Kai Grossjohann
2004-10-26 16:32       ` Stefan Monnier
2004-10-27  2:40         ` Jay Finger
2004-10-27  3:13           ` Stefan Monnier
2004-10-27  6:19             ` Stephan Stahl
2004-10-27  6:58               ` Cheng Gao
2004-10-27  8:50                 ` Lennart Borgman
2004-10-27 12:58               ` Stefan Monnier
2004-10-27 17:14                 ` Jay Finger
2004-10-27 17:37                   ` Lennart Borgman
2004-10-28  5:24                     ` Jay Finger
2004-10-27 17:53                   ` Stefan Monnier
2004-10-27 20:49                     ` Peter Whaite
2004-10-27 21:31                       ` Adrian Aichner
2004-10-28  5:45                     ` Jay Finger
2004-10-25 18:04   ` Guy Gascoigne - Piggford
2004-10-25 19:12 ` Jason Rumney
2004-10-25 20:24   ` Lennart Borgman
2005-03-10 21:40 calendar problems Karl Chen
2005-03-10 23:06 ` Alan Shutko
2005-03-11  1:32   ` Ed Reingold
2005-03-11 17:01     ` Alan Shutko
2005-03-12  0:56     ` Richard Stallman
2005-03-13  0:40       ` Ed Reingold
2005-03-14  3:00         ` Richard Stallman
2005-03-19 21:22 RMAIL slows Robert J. Chassell
2005-03-19 22:04 ` David Kastrup
2005-03-20 12:59 ` Richard Stallman
2005-03-21 17:44   ` Robert J. Chassell
2005-03-22 13:56     ` Richard Stallman
2005-03-22 15:42       ` Robert J. Chassell
2005-03-22 18:55         ` Stefan Monnier
2005-03-23  0:59         ` Richard Stallman
2005-03-23 14:50           ` Robert J. Chassell
2005-03-24  5:19             ` Richard Stallman
2005-03-29 12:18               ` Robert J. Chassell
2005-04-08 19:40               ` Robert J. Chassell
2005-04-08 22:57                 ` Stefan Monnier
2005-04-08 23:53                   ` Kim F. Storm
2005-04-12 17:49                   ` Robert J. Chassell
2005-04-12 19:51                     ` Stefan Monnier
2005-04-12 21:45                     ` David Kastrup
2005-04-13 11:10                       ` Robert J. Chassell
2005-04-13 18:31                     ` Richard Stallman
2005-04-13 19:54                       ` David Kastrup
2005-04-14 19:03                         ` Richard Stallman
2005-04-15  0:41                           ` Robert J. Chassell
2005-04-16  2:58                             ` Richard Stallman
2005-04-20 10:42                               ` Robert J. Chassell
2005-04-20 21:42                                 ` Richard Stallman
2005-04-22 22:46                                   ` Robert J. Chassell
2005-04-23 22:24                                     ` Richard Stallman
2005-04-25 10:23                                       ` Robert J. Chassell
2005-04-26 10:05                                         ` Richard Stallman
2005-05-04 11:31                                           ` Robert J. Chassell
2005-05-05 14:13                                             ` Stefan Monnier
2005-05-05 17:56                                               ` Robert J. Chassell
2005-05-05 22:45                                                 ` Kevin Rodgers
2005-05-06 15:34                                                   ` Robert J. Chassell
2005-05-06 17:32                                                     ` Stefan Monnier
2005-05-06 18:49                                                       ` Robert J. Chassell
2005-05-06 20:50                                                         ` Stefan Monnier
2005-05-07 11:08                                                           ` Robert J. Chassell
2005-05-10 11:04                                                           ` Robert J. Chassell
2005-05-10 15:56                                                             ` Should overlays evaporate by default? Peter Whaite
2005-05-11 16:27                                                               ` Richard Stallman
2005-05-12  8:18                                                                 ` Kim F. Storm
2005-05-13  1:34                                                                   ` Richard Stallman
2005-05-13  8:17                                                                     ` Kim F. Storm
2005-05-14  0:25                                                                       ` Richard Stallman
2005-05-16 14:59                                                                         ` Peter Whaite
2005-05-16 21:21                                                                           ` Richard Stallman
2005-05-17 16:20                                                                             ` Peter Whaite
2005-05-18  5:19                                                                               ` Richard Stallman
2005-05-18  0:15                                                                             ` Thien-Thi Nguyen
2005-05-18 22:45                                                                               ` Richard Stallman
2005-05-19  8:24                                                                                 ` Thien-Thi Nguyen
2005-05-19 22:39                                                                                   ` Richard Stallman
2005-05-20 19:15                                                                                   ` Peter Whaite
2005-05-27 19:23                                                                                   ` Should overlays evaporate by default? Conclusion: No! Peter Whaite
2005-05-28 11:52                                                                                     ` Richard Stallman
2005-05-30 16:22                                                                                       ` Peter Whaite
2005-05-31 10:54                                                                                         ` Richard Stallman
2005-05-06 19:03                                                       ` RMAIL slows Robert J. Chassell
2005-05-06 18:57                                                 ` Richard Stallman
2005-05-06 19:20                                                   ` Robert J. Chassell
2005-05-05 19:46                                             ` Richard Stallman
2005-07-05 17:54 SPC in custom-mode Lennart Borgman
2005-07-07 17:05 ` Per Abrahamsen
2005-07-07 17:37   ` Lennart Borgman
2005-07-08 10:17     ` Per Abrahamsen
2005-07-07 20:34   ` Peter Whaite
2005-07-07 21:21     ` Lennart Borgman
2005-07-07 23:18       ` Peter Whaite
2005-07-07 23:27         ` Lennart Borgman
2005-07-08  6:52           ` Mathias Dahl
2005-07-08  7:24           ` Joakim Verona
2005-07-08  4:36     ` Richard M. Stallman
2005-12-02  2:13 fancy-splash-screen customize group David Kastrup
2005-12-03  1:19 ` Richard M. Stallman
2005-12-03  8:20   ` David Kastrup
2005-12-04  3:08     ` Richard M. Stallman
2005-12-04 11:54       ` David Kastrup
2005-12-04 15:17       ` Stefan Monnier
2005-12-03 11:26 ` Romain Francoise
2005-12-03 18:03   ` David Kastrup
2005-12-04 18:51     ` Chong Yidong
2005-12-04 18:54       ` Chong Yidong
2005-12-04 21:38         ` Drew Adams
2005-12-05 16:38           ` Richard M. Stallman
2005-12-05 17:52             ` Chong Yidong
2005-12-05 18:47               ` Peter Whaite
2005-12-06  0:02               ` Xavier Maillard
2005-12-06 16:42                 ` Richard M. Stallman
2005-12-06 17:17                   ` Chong Yidong
2005-12-06 19:09                     ` Peter Whaite
2005-12-06 20:31                       ` Lennart Borgman
2005-12-06 21:19                         ` Chong Yidong
2005-12-06 23:01                           ` Jason Rumney
2005-12-06 23:28                             ` Luc Teirlinck
2005-12-06 23:37                               ` Lennart Borgman
2005-12-07  0:11                                 ` Luc Teirlinck
2005-12-07  0:34                                   ` Lennart Borgman
2005-12-07 17:39                                     ` Xavier Maillard
2005-12-07 17:37                                   ` Peter Whaite
2005-12-07 21:28                                     ` Juri Linkov
2005-12-07 22:38                                       ` Lennart Borgman
2005-12-07 23:21                                         ` Peter Whaite
2005-12-07 23:25                                           ` Lennart Borgman
2005-12-07 23:49                                             ` Peter Whaite
2005-12-08  0:39                                               ` Lennart Borgman
2005-12-08 21:54                                                 ` Peter Whaite
2005-12-08  1:00                                               ` Juri Linkov
2005-12-08  2:30                                                 ` Luc Teirlinck
2005-12-08 21:57                                                   ` Juri Linkov
2005-12-09  0:57                                                     ` Luc Teirlinck
2005-12-09  1:08                                                       ` Lennart Borgman
2005-12-09  1:30                                                         ` Luc Teirlinck
2005-12-09 17:32                                                           ` Peter Whaite
2005-12-10  4:13                                                             ` Richard M. Stallman
2005-12-09 15:04                                                         ` Richard M. Stallman
2005-12-09  1:27                                                     ` unexec and fedora core 4 Camm Maguire
2005-12-09 15:04                                                       ` Richard M. Stallman
     [not found]                                                       ` <slrndpilut.ha3.jsnell@dogbert.localdomain>
2005-12-09 15:17                                                         ` Camm Maguire
2005-12-09 21:43                                                           ` Camm Maguire
2005-12-10  9:20                                                             ` [Gcl-devel] " Eli Zaretskii
2005-12-08  2:42                                                 ` fancy-splash-screen customize group Luc Teirlinck
2005-12-08  3:21                                                 ` Luc Teirlinck
2005-12-08  8:47                                                   ` Lennart Borgman
2005-12-08 15:38                                                     ` Luc Teirlinck
2005-12-08 16:38                                                     ` Luc Teirlinck
2005-12-07 23:27                                         ` Luc Teirlinck
2005-12-08  2:59                                           ` Chong Yidong
     [not found]                                         ` <200512072321.jB7NLMR03715@raven.dms.auburn.edu>
2005-12-07 23:32                                           ` Lennart Borgman
2005-12-07 23:46                                             ` Luc Teirlinck
2005-12-07 23:38                                           ` Peter Whaite
2005-12-07 23:52                                             ` Luc Teirlinck
2005-12-09 17:42                                               ` Peter Whaite
2005-12-08 19:27                                             ` Richard M. Stallman
2005-12-08 21:34                                               ` Peter Whaite
2005-12-09 15:02                                                 ` Richard M. Stallman
2005-12-09 15:02                                                 ` Richard M. Stallman
2005-12-09 17:40                                                   ` Lennart Borgman
2005-12-09 18:34                                                     ` Peter Whaite
2005-12-10  4:14                                                     ` Richard M. Stallman
2005-12-10 14:38                                                       ` Lennart Borgman
2005-12-10 15:21                                                         ` Luc Teirlinck
2005-12-10 19:29                                                           ` Lennart Borgman
2005-12-11  3:40                                                             ` Luc Teirlinck
2005-12-11 18:55                                                               ` Drew Adams
2005-12-11  5:03                                                           ` Richard M. Stallman
2005-12-11  6:23                                                             ` Luc Teirlinck
2005-12-11 22:26                                                               ` Lennart Borgman
2005-12-11 22:56                                                               ` Richard M. Stallman
2005-12-11  5:03                                                         ` Richard M. Stallman
2005-12-09  2:25                                               ` Luc Teirlinck
2005-12-09 17:30                                                 ` Lennart Borgman
2005-12-09 18:06                                                 ` Peter Whaite
2005-12-10  4:13                                                   ` Richard M. Stallman
2005-12-09 21:15                                                 ` Richard M. Stallman
2005-12-09 23:15                                                   ` Luc Teirlinck
2005-12-10 16:18                                                     ` Richard M. Stallman
     [not found]                                           ` <87pso8l2l7.fsf@stupidchicken.com>
2005-12-08 19:29                                             ` Richard M. Stallman
2005-12-07 22:46                                       ` Lennart Borgman
2005-12-07 22:48                                       ` Peter Whaite
2005-12-07  0:14                                 ` Luc Teirlinck
2005-12-06 23:18                           ` Lennart Borgman
2005-12-07  7:57                             ` Help links (was: fancy-splash-screen customize group...) Juri Linkov
2005-12-07  9:05                               ` Help links Lennart Borgman
2005-12-07 22:59                                 ` Richard M. Stallman
2005-12-07 17:07                         ` fancy-splash-screen customize group Richard M. Stallman
2005-12-09 17:49                           ` Lennart Borgman
2005-12-07  4:25                       ` Luc Teirlinck
2005-12-07 16:45                       ` Drew Adams
2005-12-07 18:27                         ` Lennart Borgman
2005-12-07 18:36                           ` Drew Adams
2005-12-07 20:22                             ` Lennart Borgman
2005-12-07 20:27                             ` Peter Whaite
2005-12-07 17:06                       ` Richard M. Stallman
2005-12-07 18:26                         ` Peter Whaite
2005-12-07 17:06                       ` Richard M. Stallman
2005-12-07 18:21                         ` Peter Whaite
2005-12-07 17:06                     ` Richard M. Stallman
2005-12-07 16:38                   ` Drew Adams
2005-12-08  4:55                     ` Richard M. Stallman
2005-12-06 16:41               ` Richard M. Stallman
2005-12-04 21:18     ` Richard M. Stallman
2005-12-04 21:22       ` David Kastrup
2005-12-10  4:07       ` Luc Teirlinck
2005-12-10 16:19         ` Richard M. Stallman
     [not found] <E1EjJLn-0005bC-6Q@fencepost.gnu.org>
2005-12-07  2:10 ` [evilborisnet@netscape.net: weird behavior of ediff with multiple displays] Michael Kifer
2005-12-07 22:58   ` Richard M. Stallman
2005-12-07 23:53     ` Michael Kifer
2005-12-08 19:27       ` Richard M. Stallman
2005-12-08 20:34         ` Lőrentey Károly
2005-12-09 15:04           ` Richard M. Stallman
2005-12-08 21:27         ` Michael Kifer
2005-12-08 13:24   ` Lőrentey Károly
2005-12-09  8:34 newsticker-start: Recursive laod error Sascha Wilde
2005-12-10  8:55 ` Xavier Maillard
2005-12-10 10:38   ` Lennart Borgman
2005-12-10 14:12     ` Robert J. Chassell
2005-12-11  5:02     ` Richard M. Stallman
2005-12-11  8:51       ` Xavier Maillard
2005-12-10 10:44   ` Eli Zaretskii
     [not found]     ` <eliz@gnu.org>
2005-12-10 14:28       ` Ulf Jasper
2005-12-10 19:32         ` Eli Zaretskii
2005-12-10 19:59           ` Lennart Borgman
2005-12-11 16:49             ` Richard M. Stallman
2005-12-11  0:25     ` Xavier Maillard
2005-12-11 11:40 ` Romain Francoise

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uzmbgs0j1.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.