ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/configure.ac
(Generate patch)

Comparing libptytty/configure.ac (file contents):
Revision 1.15 by root, Thu Feb 25 20:21:49 2016 UTC vs.
Revision 1.16 by sf-exg, Fri May 14 18:33:14 2021 UTC

2dnl# Process this file with autoconf to produce a configure script. 2dnl# Process this file with autoconf to produce a configure script.
3dnl# 3dnl#
4 4
5AC_INIT(libptytty,1.8) 5AC_INIT(libptytty,1.8)
6AM_INIT_AUTOMAKE 6AM_INIT_AUTOMAKE
7AC_CONFIG_HEADER(config.h:config.h.in) 7AC_CONFIG_HEADERS(config.h:config.h.in)
8 8
9AC_CANONICAL_HOST 9AC_CANONICAL_HOST
10 10
11AC_PROG_CXX 11AC_PROG_CXX
12AC_PROG_INSTALL 12AC_PROG_INSTALL
13AC_PROG_LIBTOOL 13LT_INIT
14 14
15AC_LANG(C++) 15AC_LANG(C++)
16 16
17PTY_CHECK 17PTY_CHECK
18 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines