dnl Process this file with autoconf to produce a configure script. AC_INIT(src/graph.q) AM_INIT_AUTOMAKE(graph, 1.5) AM_MAINTAINER_MODE AC_PROG_INSTALL AC_OUTPUT(Makefile examples/Makefile images/Makefile src/Makefile) AC_MSG_RESULT([ Q-Graph is now configured. Source directory: ${srcdir} Installation prefix: ${prefix} Type \"make install\" to install this package on the Q library path. To remove the installed software at a later time use the 'make uninstall' command. ])