source: main/trunk/greenstone2/build-src/packages/isis-gdl/configure.in@ 26670

Last change on this file since 26670 was 16563, checked in by davidb, 16 years ago

Mods to Makefile.in and configure.in to work with newly organized files: gs2build gs2common and gs2runtime

  • Property svn:keywords set to Author Date Id Revision
File size: 406 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT()
3
4dnl default installation
5dnl will be overridden by command-line args from packages/configure
6AC_PREFIX_DEFAULT(../../..)
7
8dnl this uses the config.guess, config.sub and install-sh from gsdl.
9AC_CONFIG_AUX_DIR(../../..)
10
11dnl compiler - need c++
12AC_PROG_CXX
13
14dnl Windows extension
15AC_EXEEXT
16
17AC_PROG_INSTALL
18
19AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.