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.5 by ayin, Sun Jan 22 00:28:47 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
17AC_PATH_PROG(RM, rm)
18
19PTY_CHECK
20
21UTMP_CHECK
22
23SCM_RIGHTS_CHECK
24
17AC_CONFIG_FILES([Makefile \ 25AC_CONFIG_FILES([Makefile \
26doc/Makefile \
18src/Makefile \ 27src/Makefile \
19]) 28])
20AC_OUTPUT 29AC_OUTPUT
21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines