nel-all
[Top][All Lists]
Advanced

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

[Nel] configure.in double quotes lossage


From: loic
Subject: [Nel] configure.in double quotes lossage
Date: Wed, 14 Mar 2001 17:01:48 +0100 (CET)

The message of AC_MSG_CHECKING is included in double quotes and should
not (double quote included alread -> <> act as redirections).

address@hidden 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         http://www.dachary.org/  address@hidden
24 av Secretan         http://www.senga.org/      address@hidden
75019    Paris         Tel: 33 1 42 45 09 16        address@hidden
        GPG Public Key: http://www.dachary.org/loic/gpg.txt


reply via email to

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