dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(libsrc/crt0.c)

AC_PROG_INSTALL
AC_PROG_CC
AC_PROG_RANLIB

AC_OUTPUT(Makefile gen_library/Makefile gnulib/Makefile gnulib-soft-float/Makefile gnulib-68881/Makefile library/Makefile libsrc/Makefile static/Makefile stdio_2/Makefile stdlib/Makefile string/Makefile network/Makefile stack/Makefile glue/Makefile)
