File: configure.in

package info (click to toggle)
tapecalc 20230205-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,172 kB
  • sloc: sh: 3,582; ansic: 2,470; makefile: 103
file content (54 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
dnl Process this file with 'autoconf' to produce a 'configure' script
dnl $Id: configure.in,v 1.31 2023/02/05 13:25:22 tom Exp $
AC_REVISION($Revision: 1.31 $)
AC_PREREQ(2.52.20210105)
AC_INIT(add.c)
AC_CONFIG_HEADER(config.h:config_h.in)

CF_CHECK_CACHE

AC_ARG_PROGRAM

CF_PROG_CC
AC_PROG_INSTALL

CF_MAKE_PHONY
CF_MAKE_TAGS
CF_PROG_LINT
CF_PKG_CONFIG

AC_CHECK_DECL(exit)
CF_GETOPT_HEADER
CF_LOCALECONV

CF_DISABLE_ECHO

CF_WITH_SCREEN_PDCURSES
CF_ENABLE_WARNINGS

CF_XOPEN_SOURCE
CF_WITH_CURSES_DIR
CF_WITH_NCURSES_ETC
CF_WITH_MAN2HTML

CF_DISABLE_LEAKS

AC_CHECK_FUNCS(\
getcwd \
getopt \
)

CF_CURSES_FUNCS(\
COLOR_PAIR \
beep \
bkgd \
define_key \
flash \
keypad \
typeahead \
wsetscrreg \
)

###	output makefile and config.h
AC_OUTPUT(makefile,,,cat)
CF_MAKE_DOCS(add,1)