When I configure trunk with the following: ./configure --prefix=/Applications/LyX-devel.app --with-version-suffix=-2.0 --with-qt4-dir=/Users/bennett/lyx/qt-4.5-install/ --with-included-gettext --with-aspell
it says that it can't find aspell.h, which can be found at /usr/local/include/. If I add --with-extra-inc=/usr/local/include configure finds it without a problem. Should configure be looking in /usr/local/include automatically, or do I need to put in the --with-extra-inc line? (Either it's a bug or the INSTALL.MacOSX file should be modified, but I don't know which.) BH