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

Comparing libptytty/configure.ac (file contents):
Revision 1.9 by ayin, Mon Dec 24 01:04:37 2007 UTC vs.
Revision 1.10 by sf-exg, Fri Jan 8 11:48:53 2010 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
6AM_INIT_AUTOMAKE(libptytty,1.3)
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_CONFIG_FILES([Makefile doc/Makefile src/Makefile]) 25AC_CONFIG_FILES([Makefile])
25AC_OUTPUT 26AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines