File: configure.in

package info (click to toggle)
doschk 1.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: ansic: 749; makefile: 115
file content (5 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (7)
1
2
3
4
5
dnl Process this file with autoconf to produce a configure script.
AC_INIT(doschk.c)
AC_PROG_CC
AC_PROG_INSTALL
AC_OUTPUT(Makefile)