source: gs2-extensions/tdb-edit/trunk/src/src/tdbcli-src/configure.ac@ 25392

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

A new CLI tool for TDB to allow bidirectional pipe ala GDBMServer

File size: 528 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]])
6AC_CANONICAL_HOST
7AC_CONFIG_SRCDIR([tdbcli.cpp])
8AC_CONFIG_HEADER([config.h])
9
10# Checks for programs.
11AC_PROG_CXX
12AC_PROG_CPP
13
14# Checks for libraries.
15
16# Checks for header files.
17
18# Checks for typedefs, structures, and compiler characteristics.
19
20# Checks for library functions.
21
22# Completion
23AC_CONFIG_FILES([Makefile])
24AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.