ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/libcpjit/configure.ac
Revision: 1.2
Committed: Tue Oct 11 20:38:09 2005 UTC (18 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.59)
5 AC_INIT(libcpjit, 0, libcpjit@schmorp.de)
6 AC_CONFIG_SRCDIR([cpjit.h])
7 AC_CONFIG_HEADER([config.h])
8
9 # Checks for programs.
10 AC_PROG_CXX
11
12 # Checks for libraries.
13
14 # Checks for header files.
15
16 # Checks for typedefs, structures, and compiler characteristics.
17
18 AC_CONFIG_FILES(Makefile)
19
20 # Checks for library functions.
21 AC_OUTPUT