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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines