xref: /aosp_15_r20/external/fdlibm/configure.in (revision 1e651e1ef2b613db2c4b29ae59c1de74cf0222ae)
1*1e651e1eSRoland Levillaindnl Process this file with autoconf to produce a configure script
2*1e651e1eSRoland LevillainAC_INIT(fdlibm,5.3,[FDLIBM COMMENTS <fdlibm-comments AT sun.com>])
3*1e651e1eSRoland LevillainAC_CONFIG_SRCDIR(e_acos.c)
4*1e651e1eSRoland Levillain
5*1e651e1eSRoland Levillaindnl Checks for programs
6*1e651e1eSRoland LevillainAC_PROG_CC
7*1e651e1eSRoland Levillain
8*1e651e1eSRoland LevillainAC_CHECK_PROGS(AR, ar)
9*1e651e1eSRoland LevillainAC_CHECK_PROGS(CHMOD, chmod)
10*1e651e1eSRoland LevillainAC_CHECK_PROGS(CP, cp)
11*1e651e1eSRoland LevillainAC_CHECK_PROGS(RANLIB, [ranlib echo])
12*1e651e1eSRoland LevillainAC_PATH_PROGS(RM, [/bin/rm rm])
13*1e651e1eSRoland Levillain
14*1e651e1eSRoland LevillainAC_OUTPUT(Makefile)
15