Subject: Re: converting a package to modular xorg
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: pkgsrc-users
Date: 08/17/2007 13:26:08
Also, for packages using GNU_CONFIGURE, looking in the configure
script (or config.log if you've run configure) is often helpful.  For
packages using pkg-config, running verifypc post-configure automates
this.  For scripts using autoconf, you may also look at the
unprocessed configure script (ex: configure.ac) for
AC_CHECK_LIB/AC_CHECK_HEADER and the like.

--Blair