source: gs2-extensions/tdb/trunk/src2/tdbcli-src/configure.ac@ 30188

Last change on this file since 30188 was 25394, checked in by jmt12, 12 years ago

Had to reinitialize autoconf in order to get it to properly generate m4 rules and populate commands like INSTALL in the Makefile.in

File size: 545 bytes
Line 
1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.59)
5AC_INIT([tdbcli], [1.0], [[email protected]])
6AM_INIT_AUTOMAKE
7AC_CANONICAL_HOST
8AC_CONFIG_SRCDIR([tdbcli.cpp])
9AC_CONFIG_HEADER([config.h])
10
11# Checks for programs.
12AC_PROG_CXX
13AC_PROG_CPP
14
15# Checks for libraries.
16
17# Checks for header files.
18
19# Checks for typedefs, structures, and compiler characteristics.
20
21# Checks for library functions.
22
23# Completion
24AC_CONFIG_FILES([Makefile])
25AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.