- scanning for required include files is now down by directory rather
authorTony Cook <tony@develop=help.com>
Mon, 24 Jan 2005 10:19:50 +0000 (10:19 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 24 Jan 2005 10:19:50 +0000 (10:19 +0000)
commitf8e9bc0781a4e8776aba54e51f8642a40b0efabe
treee49caaaa5ecbb433abf00e6059d48860d05984b7
parente11d297f08e5beee494fa3b58d430a8ecfda00e6
- scanning for required include files is now down by directory rather
  than by file, using -e to check for the existence for a file rather than
  doing an eq against every filename in the directory.
- previously we only checked a candidate include directory for freetype.h
  to consider it a valid FT1.x include directory.  We now check if it
  contains fterrors.h too, if it does, then it's from a FT2 installation
  and we ignore it.
Changes
Makefile.PL