source: main/trunk/gs2-core/build-src/configure.ac@ 32223

Last change on this file since 32223 was 22728, checked in by mdewsnip, 14 years ago

Changing all the configure scripts and makefiles I created (from scratch, to use autoconf and automake) to have my name and copyright DL Consulting Ltd.

File size: 522 bytes
Line 
1###########################################################################
2#
3# configure -- Configure script for build-src
4#
5# By Michael Dewsnip
6#
7# Copyright (C) 2010 DL Consulting Ltd.
8#
9###########################################################################
10
11
12AC_INIT([greenstone2-build-src], [2.84], [[email protected]])
13AC_CONFIG_AUX_DIR([.])
14AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
15
16# This package requires Java compilation
17
18# Generate the Makefiles for this package
19AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.