blob: 85f3e17de7994bb31aa4c8edf9af6b1eca3edc8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] configure.in double quotes lossage</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:loic%40senga.org">
<LINK REL="Previous" HREF="000382.html">
<LINK REL="Next" HREF="000380.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] configure.in double quotes lossage</H1>
<B>loic@senga.org</B>
<A HREF="mailto:loic%40senga.org"
TITLE="[Nel] configure.in double quotes lossage">loic@senga.org</A><BR>
<I>Wed, 14 Mar 2001 17:01:48 +0100 (CET)</I>
<P><UL>
<LI> Previous message: <A HREF="000382.html">[Nel] ugh, C++ is so obtuse</A></li>
<LI> Next message: <A HREF="000380.html">[Nel] configure.in double quotes lossage</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#379">[ date ]</a>
<a href="thread.html#379">[ thread ]</a>
<a href="subject.html#379">[ subject ]</a>
<a href="author.html#379">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>The message of AC_MSG_CHECKING is included in double quotes and should
not (double quote included alread -> <> act as redirections).
[<A HREF="mailto:loic@loic">loic@loic</A> nel]$ cvs diff -c configure.in
Index: configure.in
===================================================================
RCS file: /home/cvsroot/code/nel/configure.in,v
retrieving revision 1.23
diff -c -c -r1.23 configure.in
*** configure.in 2001/02/26 17:46:48 1.23
--- configure.in 2001/03/14 17:14:26
***************
*** 217,223 ****
)
dnl Checking the GLEXT version
! AC_MSG_CHECKING("for <GL/glext.h> version")
AC_EGREP_CPP( yo_glext_version,
[#include <GL/glext.h>
#ifdef GL_GLEXT_VERSION
--- 217,223 ----
)
dnl Checking the GLEXT version
! AC_MSG_CHECKING(for <GL/glext.h> version)
AC_EGREP_CPP( yo_glext_version,
[#include <GL/glext.h>
#ifdef GL_GLEXT_VERSION
--
Loic Dachary <A HREF="http://www.dachary.org/">http://www.dachary.org/</A> <A HREF="mailto:loic@dachary.org">loic@dachary.org</A>
24 av Secretan <A HREF="http://www.senga.org/">http://www.senga.org/</A> <A HREF="mailto:loic@senga.org">loic@senga.org</A>
75019 Paris Tel: 33 1 42 45 09 16 <A HREF="mailto:loic@gnu.org">loic@gnu.org</A>
GPG Public Key: <A HREF="http://www.dachary.org/loic/gpg.txt">http://www.dachary.org/loic/gpg.txt</A>
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000382.html">[Nel] ugh, C++ is so obtuse</A></li>
<LI> Next message: <A HREF="000380.html">[Nel] configure.in double quotes lossage</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#379">[ date ]</a>
<a href="thread.html#379">[ thread ]</a>
<a href="subject.html#379">[ subject ]</a>
<a href="author.html#379">[ author ]</a>
</LI>
</UL>
</body></html>
|