source: gsdl/trunk/packages/isis-gdl/configure.in@ 14171

Last change on this file since 14171 was 6127, checked in by mdewsnip, 20 years ago

IsisGdl package for reading CDS/ISIS databases. Provided by Jean-Claude Dauphin at UNESCO, and modified slightly to compile and run under Linux.

  • Property svn:keywords set to Author Date Id Revision
File size: 400 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.