Files
amiga-libnix2/libnix/configure.in
T
jshepher f8848586fd Added large baserel and resident startup code.
Added implementations of truncate, readlink, putenv, setenv.
2004-09-09 23:29:14 +00:00

29 lines
664 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
AC_INIT()
AC_PROG_CC
AC_PROG_RANLIB
AC_CHECK_PROG(AR, ar, ar, ar)
AC_CHECK_PROG(AS, as, as, as)
AC_PROG_CPP
AC_PROG_AWK
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_OUTPUT(Makefile
sources/Makefile
sources/amiga/Makefile
sources/math/Makefile
sources/misc/Makefile
sources/nix/Makefile
sources/nix13/Makefile
sources/nixmain/Makefile
sources/nix_main/Makefile
sources/socket/Makefile
sources/stack/Makefile
sources/startup/Makefile
sources/stubs/Makefile
examples/Makefile)