ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.3
Committed: Sat Jan 21 22:54:10 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -1 lines
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 root 1.3 AC_CONFIG_SRCDIR([src/logging.C])
8 root 1.1 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 root 1.2 doc/Makefile \
19 root 1.1 src/Makefile \
20     ])
21     AC_OUTPUT
22