| Revision: | 1.21 |
| Committed: | Sat Jul 24 18:36:52 2021 UTC (4 years, 9 months ago) by sf-exg |
| Branch: | MAIN |
| CVS Tags: | HEAD |
| Changes since 1.20: | +0 -0 lines |
| State: | FILE REMOVED |
| Log Message: | Remove autotools build system |
| # | Content |
|---|---|
| 1 | dnl# |
| 2 | dnl# Process this file with autoconf to produce a configure script. |
| 3 | dnl# |
| 4 | |
| 5 | AC_INIT([libptytty], [1.9]) |
| 6 | |
| 7 | AC_CONFIG_AUX_DIR([build-aux]) |
| 8 | AC_CONFIG_HEADERS([config.h]) |
| 9 | |
| 10 | AM_INIT_AUTOMAKE |
| 11 | |
| 12 | AC_CANONICAL_HOST |
| 13 | |
| 14 | AC_PROG_CXX |
| 15 | AC_PROG_INSTALL |
| 16 | LT_INIT |
| 17 | |
| 18 | AC_LANG([C++]) |
| 19 | |
| 20 | PTY_CHECK |
| 21 | |
| 22 | TTY_GROUP_CHECK |
| 23 | |
| 24 | UTMP_CHECK |
| 25 | |
| 26 | SCM_RIGHTS_CHECK |
| 27 | |
| 28 | AC_CONFIG_FILES([Makefile libptytty.pc]) |
| 29 | AC_OUTPUT |