On Nov 11, 2007 9:26 AM, Jim Burton <jim@sdf-eu.org> wrote:

I have X11 1.2.2 installed and wanted to upgrade to 1.3 (to satisfy the
dependencies of another package), but "Setup configure" tells me I don't
have the headers installed. I do, and when I configure 1.2.2 they're
detected. Is this due to the newer version of Cabal? I have ghc 6.6, Cabal
1.1.6.

Thanks,

I think you need to run autoconf && autoheader  (or autoreconf) first, before running Setup configure?  I could be confused, but see if that helps.  If that's what the problem is, the documentation definitely needs updating.

-Brent