ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.15
Committed: Thu Feb 25 20:21:49 2016 UTC (8 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_22, rel-1_8
Changes since 1.14: +2 -2 lines
Log Message:
1.8

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 root 1.15 AC_INIT(libptytty,1.8)
6     AM_INIT_AUTOMAKE
7 root 1.1 AC_CONFIG_HEADER(config.h:config.h.in)
8    
9     AC_CANONICAL_HOST
10    
11     AC_PROG_CXX
12     AC_PROG_INSTALL
13 ayin 1.7 AC_PROG_LIBTOOL
14 root 1.1
15     AC_LANG(C++)
16    
17 ayin 1.4 PTY_CHECK
18    
19 ayin 1.8 TTY_GROUP_CHECK
20    
21 ayin 1.4 UTMP_CHECK
22    
23     SCM_RIGHTS_CHECK
24    
25 sf-exg 1.10 AC_CONFIG_FILES([Makefile])
26 ayin 1.9 AC_OUTPUT