ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.13
Committed: Sat Jan 21 16:17:10 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_20, rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_16, rel-1_6
Changes since 1.12: +1 -1 lines
Log Message:
1.6

File Contents

# Content
1 dnl#
2 dnl# Process this file with autoconf to produce a configure script.
3 dnl#
4
5 AC_INIT
6 AM_INIT_AUTOMAKE(libptytty,1.6)
7 AC_CONFIG_HEADER(config.h:config.h.in)
8
9 AC_CANONICAL_HOST
10
11 AC_PROG_CXX
12 AC_PROG_INSTALL
13 AC_PROG_LIBTOOL
14
15 AC_LANG(C++)
16
17 PTY_CHECK
18
19 TTY_GROUP_CHECK
20
21 UTMP_CHECK
22
23 SCM_RIGHTS_CHECK
24
25 AC_CONFIG_FILES([Makefile])
26 AC_OUTPUT