Plan 9 from Bell Labs’s /usr/web/sources/contrib/de0u/root/sys/src/cmd/squeak/Cross/plugins/FloatMathPlugin/fdlibm/configure.in

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


dnl Process this file with autoconf to produce a configure script
AC_INIT(fdlibm,5.3,[FDLIBM COMMENTS <fdlibm-comments AT sun.com>])
AC_CONFIG_SRCDIR(e_acos.c)

dnl Checks for programs
AC_PROG_CC

AC_CHECK_PROGS(AR, ar)
AC_CHECK_PROGS(CHMOD, chmod)
AC_CHECK_PROGS(CP, cp)
AC_CHECK_PROGS(RANLIB, [ranlib echo])
AC_PATH_PROGS(RM, [/bin/rm rm])

AC_OUTPUT(Makefile)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.