ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.18
Committed: Tue May 25 13:50:44 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.17: +3 -3 lines
Log Message:
configure.ac: quote macro arguments

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 root 1.15 AM_INIT_AUTOMAKE
7 sf-exg 1.18 AC_CONFIG_HEADERS([config.h])
8 root 1.1
9     AC_CANONICAL_HOST
10    
11     AC_PROG_CXX
12     AC_PROG_INSTALL
13 sf-exg 1.16 LT_INIT
14 root 1.1
15 sf-exg 1.18 AC_LANG([C++])
16 root 1.1
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