########################################################################### # # configure -- Configure script for build-src # # By Michael Dewsnip # # Copyright (C) 2010 DL Consulting Ltd. # ########################################################################### AC_INIT([greenstone2-build-src], [2.84], [greenstone@cs.waikato.ac.nz]) AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define]) # This package requires Java compilation # Generate the Makefiles for this package AC_OUTPUT(Makefile)