bug-autoconf
[Top][All Lists]
Advanced

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

AC_PATH_X bug in cvs


From: Toshio Kuratomi
Subject: AC_PATH_X bug in cvs
Date: Wed, 15 Feb 2006 10:02:45 -0800

Hi,

Back in September the Debian maintainer submitted a patch for AC_PATH_X
that fixed it to look for X11/Xlib.h (part of libX11) instead of
X11/Intrinsic.h (part of libXt):
  http://lists.gnu.org/archive/html/bug-autoconf/2005-09/msg00023.html

The patch that was eventually applied seems to have a typo:
  http://lists.gnu.org/archive/html/bug-autoconf/2005-09/msg00024.html

It calls XrmInitialize(0) whereas Xlib.h defines XrmInitialize(void).
The original Debian patch and the patch in the Debian package contains
XrmInitialize() which seems to be proper.

Attaching a patch against cvs to make this change.

-Toshio

Attachment: autoconf-AC_PATH_X.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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