diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-March/000379.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-March/000379.html | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/pipermail/nel/2001-March/000379.html b/pipermail/nel/2001-March/000379.html new file mode 100644 index 00000000..85f3e17d --- /dev/null +++ b/pipermail/nel/2001-March/000379.html @@ -0,0 +1,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> |