ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
Revision: 1.16
Committed: Fri May 14 18:33:14 2021 UTC (3 years ago) by sf-exg
Branch: MAIN
Changes since 1.15: +2 -2 lines
Log Message:
configure.ac: stop using obsolete macros

File Contents

# Content
1 dnl#
2 dnl# Process this file with autoconf to produce a configure script.
3 dnl#
4
5 AC_INIT(libptytty,1.8)
6 AM_INIT_AUTOMAKE
7 AC_CONFIG_HEADERS(config.h:config.h.in)
8
9 AC_CANONICAL_HOST
10
11 AC_PROG_CXX
12 AC_PROG_INSTALL
13 LT_INIT
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