ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.19
Committed: Tue May 25 13:50:53 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.18: +4 -1 lines
Log Message:
configure.ac: package aux scripts under "build-aux"

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 sf-exg 1.18 AC_INIT([libptytty], [1.9])
6 sf-exg 1.19
7     AC_CONFIG_AUX_DIR([build-aux])
8     AC_CONFIG_HEADERS([config.h])
9    
10 root 1.15 AM_INIT_AUTOMAKE
11 root 1.1
12     AC_CANONICAL_HOST
13    
14     AC_PROG_CXX
15     AC_PROG_INSTALL
16 sf-exg 1.16 LT_INIT
17 root 1.1
18 sf-exg 1.18 AC_LANG([C++])
19 root 1.1
20 ayin 1.4 PTY_CHECK
21    
22 ayin 1.8 TTY_GROUP_CHECK
23    
24 ayin 1.4 UTMP_CHECK
25    
26     SCM_RIGHTS_CHECK
27    
28 sf-exg 1.10 AC_CONFIG_FILES([Makefile])
29 ayin 1.9 AC_OUTPUT