ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.5
Committed: Sun Jan 22 00:28:47 2006 UTC (18 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.4: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
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.C])
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_PATH_PROG(RM, rm)
18
19 PTY_CHECK
20
21 UTMP_CHECK
22
23 SCM_RIGHTS_CHECK
24
25 AC_CONFIG_FILES([Makefile \
26 doc/Makefile \
27 src/Makefile \
28 ])
29 AC_OUTPUT