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.7 by ayin, Sun Jan 22 16:28:12 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
18src/Makefile \
19])
20AC_OUTPUT
21 17
18UTMP_CHECK
19
20SCM_RIGHTS_CHECK
21
22AC_OUTPUT(Makefile doc/Makefile src/Makefile)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines