ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.4
Committed: Sat Jan 21 23:51:37 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.3: +6 -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 ayin 1.4 PTY_CHECK
18    
19     UTMP_CHECK
20    
21     SCM_RIGHTS_CHECK
22    
23 root 1.1 AC_CONFIG_FILES([Makefile \
24 root 1.2 doc/Makefile \
25 root 1.1 src/Makefile \
26     ])
27     AC_OUTPUT