AC_INIT(src/qtlookat.cpp) PACKAGE=qtlookat VERSION=0.8.1 AM_INIT_AUTOMAKE($PACKAGE, $VERSION) dnl AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE dnl Make sure we can compile stuff AC_PROG_CXX AC_PROG_CXXCPP dnl Test for libvrml97 (also checks for X, OpenGL, glut, libjpeg, libpng) AM_PATH_VRMLGL(, AC_MSG_ERROR([Missing libvrml97gl or one of its dependencies. See 'config.log' for details.])) KB_PATH_QT(, AC_MSG_ERROR([Missing libqt. See 'config.log' for details.])) KB_PATH_QTGL(, AC_MSG_WARN([You must have the Qt OpenGL extension installed for qtlookat.])) KB_PATH_QTVERS(, ) KB_PATH_QTMOC(,AC_MSG_WARN([ Qt meta object compiler (moc) not found. Make sure QTDIR/bin is in your path. ]) ) KB_PATH_QTLC(,AC_MSG_WARN([ You need to compile the Qt nsplugin extension for the Netscape plugin. ]) ) AC_OUTPUT([Makefile src/Makefile])