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

Comparing libptytty/configure.ac (file contents):
Revision 1.1 by root, Sat Jan 21 21:45:02 2006 UTC vs.
Revision 1.6 by ayin, Sun Jan 22 11:57:20 2006 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 5AC_INIT
6AC_PREREQ(2.50) 6AC_PREREQ(2.50)
7AC_CONFIG_SRCDIR([src/logging.h]) 7AC_CONFIG_SRCDIR([src/logging.C])
8AC_CONFIG_HEADER(config.h:config.h.in) 8AC_CONFIG_HEADER(config.h:config.h.in)
9 9
10AC_CANONICAL_HOST 10AC_CANONICAL_HOST
11 11
12AC_PROG_CXX 12AC_PROG_CXX
13AC_PROG_INSTALL 13AC_PROG_INSTALL
14 14
15AC_LANG(C++) 15AC_LANG(C++)
16 16
17PTY_CHECK
18
19UTMP_CHECK
20
21SCM_RIGHTS_CHECK
22
17AC_CONFIG_FILES([Makefile \ 23AC_CONFIG_FILES([Makefile \
24doc/Makefile \
18src/Makefile \ 25src/Makefile \
19]) 26])
20AC_OUTPUT 27AC_OUTPUT
21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines