~ubuntu-branches/ubuntu/jaunty/mawk/jaunty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2001-07-18 20:40:37 UTC
  • Revision ID: james.westby@ubuntu.com-20010718204037-8hrndw7iapy9yj3w
Tags: upstream-1.3.3
ImportĀ upstreamĀ versionĀ 1.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl configure.in for mawk
 
2
dnl
 
3
dnl $Log: configure.in,v $
 
4
dnl Revision 1.13  1995/10/16  12:25:00  mike
 
5
dnl configure cleanup
 
6
dnl
 
7
dnl Revision 1.12  1995/04/20  20:26:51  mike
 
8
dnl beta improvements from Carl Mascott
 
9
dnl
 
10
dnl Revision 1.11  1995/01/09  01:22:30  mike
 
11
dnl check sig handler ret type to make fpe_check.c more robust
 
12
dnl
 
13
dnl Revision 1.10  1994/12/18  20:46:24  mike
 
14
dnl fpe_check -> ./fpe_check
 
15
dnl
 
16
dnl Revision 1.9  1994/12/14  14:42:55  mike
 
17
dnl more explicit that "   " MATHLIB means none
 
18
dnl
 
19
dnl Revision 1.8  1994/12/11  21:26:25  mike
 
20
dnl tweak egrep for [fs]printf prototypes
 
21
dnl
 
22
dnl Revision 1.7  1994/10/16  18:38:23  mike
 
23
dnl use sed on defines.out
 
24
dnl
 
25
dnl Revision 1.6  1994/10/11  02:49:06  mike
 
26
dnl systemVr4 siginfo
 
27
dnl
 
28
dnl Revision 1.5  1994/10/11  00:39:25  mike
 
29
dnl fpe check stuff
 
30
dnl
 
31
dnl
 
32
dnl
 
33
AC_INIT(mawk.h)
 
34
builtin(include,mawk.ac.m4)
 
35
GET_USER_DEFAULTS
 
36
PROG_CC_NO_MINUS_G_NONSENSE
 
37
AC_PROG_CPP
 
38
NOTSET_THEN_DEFAULT(CFLAGS,-O)
 
39
LOOK_FOR_MATH_LIBRARY
 
40
WHICH_YACC
 
41
COMPILER_ATTRIBUTES
 
42
WHERE_SIZE_T
 
43
CHECK_HEADERS(fcntl.h,errno.h, time.h,stdarg.h)
 
44
CHECK_FUNCTIONS(memcpy,strchr,strerror,vfprintf,strtod,fmod,matherr)
 
45
FPRINTF_IN_STDIO
 
46
FIND_OR_COMPUTE_MAX__INT
 
47
DREADED_FPE_TESTS
 
48
DO_CONFIG_H
 
49
AC_OUTPUT(Makefile)