| Revision: | 1.7 |
| Committed: | Sun Jan 22 16:28:12 2006 UTC (20 years, 7 months ago) by ayin |
| Branch: | MAIN |
| Changes since 1.6: | +2 -7 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | dnl# |
| 2 | dnl# Process this file with autoconf to produce a configure script. | ||
| 3 | dnl# | ||
| 4 | |||
| 5 | AC_INIT | ||
| 6 | AC_CONFIG_HEADER(config.h:config.h.in) | ||
| 7 | |||
| 8 | AC_CANONICAL_HOST | ||
| 9 | |||
| 10 | AC_PROG_CXX | ||
| 11 | AC_PROG_INSTALL | ||
| 12 | ayin | 1.7 | AC_PROG_LIBTOOL |
| 13 | root | 1.1 | |
| 14 | AC_LANG(C++) | ||
| 15 | |||
| 16 | ayin | 1.4 | PTY_CHECK |
| 17 | |||
| 18 | UTMP_CHECK | ||
| 19 | |||
| 20 | SCM_RIGHTS_CHECK | ||
| 21 | |||
| 22 | ayin | 1.7 | AC_OUTPUT(Makefile doc/Makefile src/Makefile) |