ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.1
Committed: Sat Jan 21 21:45:02 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 dnl#
2     dnl# Process this file with autoconf to produce a configure script.
3     dnl#
4    
5     AC_INIT
6     AC_PREREQ(2.50)
7     AC_CONFIG_SRCDIR([src/logging.h])
8     AC_CONFIG_HEADER(config.h:config.h.in)
9    
10     AC_CANONICAL_HOST
11    
12     AC_PROG_CXX
13     AC_PROG_INSTALL
14    
15     AC_LANG(C++)
16    
17     AC_CONFIG_FILES([Makefile \
18     src/Makefile \
19     ])
20     AC_OUTPUT
21