Files
amiga-libnix2/libnix/configure.in
T
2004-09-09 22:09:30 +00:00

17 lines
484 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
AC_INIT()
AC_PROG_CC
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/stack/Makefile sources/startup/Makefile
sources/stubs/Makefile examples/Makefile)