configure.in 146 Bytes Raw Blame History Permalink 1 2 3 4 5 6 dnl Process this file with autoconf to produce a configure script. AC_INIT(doschk.c) AC_PROG_INSTALL CC=${CC-cc} AC_SUBST(CC) AC_OUTPUT(Makefile)