ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.9
Committed: Mon Dec 24 01:04:37 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
CVS Tags: rel-1_3
Changes since 1.8: +2 -1 lines
Log Message:
autoupdate.

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_CONFIG_FILES([Makefile doc/Makefile src/Makefile])
25 AC_OUTPUT