ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.8
Committed: Sun Jan 22 16:57:03 2006 UTC (18 years, 4 months ago) by ayin
Branch: MAIN
CVS Tags: rel-0_1, rel-0_2, rel-1_0, rel-1_1, rel-1_2
Changes since 1.7: +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_CONFIG_HEADER(config.h:config.h.in)
7
8 AC_CANONICAL_HOST
9
10 AC_PROG_CXX
11 AC_PROG_INSTALL
12 AC_PROG_LIBTOOL
13
14 AC_LANG(C++)
15
16 PTY_CHECK
17
18 TTY_GROUP_CHECK
19
20 UTMP_CHECK
21
22 SCM_RIGHTS_CHECK
23
24 AC_OUTPUT(Makefile doc/Makefile src/Makefile)