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

Comparing libptytty/configure.ac (file contents):
Revision 1.8 by ayin, Sun Jan 22 16:57:03 2006 UTC vs.
Revision 1.15 by root, Thu Feb 25 20:21:49 2016 UTC

1dnl# 1dnl#
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 5AC_INIT(libptytty,1.8)
6AM_INIT_AUTOMAKE
6AC_CONFIG_HEADER(config.h:config.h.in) 7AC_CONFIG_HEADER(config.h:config.h.in)
7 8
8AC_CANONICAL_HOST 9AC_CANONICAL_HOST
9 10
10AC_PROG_CXX 11AC_PROG_CXX
19 20
20UTMP_CHECK 21UTMP_CHECK
21 22
22SCM_RIGHTS_CHECK 23SCM_RIGHTS_CHECK
23 24
24AC_OUTPUT(Makefile doc/Makefile src/Makefile) 25AC_CONFIG_FILES([Makefile])
26AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines