all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dave Love <d.love@dl.ac.uk>
Subject: fix for configure.in
Date: 10 Apr 2003 14:18:44 +0100	[thread overview]
Message-ID: <rzqy92imqx7.fsf@albion.dl.ac.uk> (raw)

I understand there's going to be a bug-fix version of 21.3.  This
fixes the check for libjpeg under Irix with the proprietary cc, for
instance.  Sorry I didn't spot it before, and I guess Irix isn't
getting other useful testing.

(The CVS head code is OK since I re-wrote that bit for autoconf 2.5x.)

2003-04-09  Dave Love  <fx@gnu.org>

	* configure.in: Fix test of jpeglib.h to avoid leading space.

cd /net/pxfs5/home/fx/packages/emacs-21.3/
diff -c /net/pxfs5/home/fx/packages/emacs-21.3/configure.in\~ /net/pxfs5/home/fx/packages/emacs-21.3/configure.in
*** /net/pxfs5/home/fx/packages/emacs-21.3/configure.in~	Sun Mar 16 22:06:05 2003
--- /net/pxfs5/home/fx/packages/emacs-21.3/configure.in	Wed Apr  9 15:32:49 2003
***************
*** 1879,1889 ****
    if test "${HAVE_JPEG}" = "yes"; then
      AC_DEFINE(HAVE_JPEG)
      AC_EGREP_CPP(
! changequote({, })dnl avoid leadingspace on the next line
  {version= *(6[2-9]|[7-9][0-9])},
  changequote([, ])dnl
!         [#include <jpeglib.h>
! 	 version=JPEG_LIB_VERSION
  ],    
          AC_DEFINE(HAVE_JPEG),
          [AC_MSG_WARN([libjpeg found, but not version 6b or later])
--- 1879,1889 ----
    if test "${HAVE_JPEG}" = "yes"; then
      AC_DEFINE(HAVE_JPEG)
      AC_EGREP_CPP(
! changequote({, })dnl avoid leading space on the next line
  {version= *(6[2-9]|[7-9][0-9])},
  changequote([, ])dnl
! [#include <jpeglib.h>
! version=JPEG_LIB_VERSION
  ],    
          AC_DEFINE(HAVE_JPEG),
          [AC_MSG_WARN([libjpeg found, but not version 6b or later])

Diff finished at Wed Apr  9 15:33:30

             reply	other threads:[~2003-04-10 13:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-10 13:18 Dave Love [this message]
2003-04-10 13:54 ` fix for configure.in Andreas Schwab
2003-04-11 10:30   ` Dave Love
2003-04-11 13:25     ` Andreas Schwab
2003-04-12 17:07       ` Richard Stallman
2003-04-14 14:25         ` Andreas Schwab
2003-04-15 22:28           ` Dave Love
2003-04-11 13:27   ` Andreas Schwab

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=rzqy92imqx7.fsf@albion.dl.ac.uk \
    --to=d.love@dl.ac.uk \
    /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.