File: configure.in

package info (click to toggle)
hello 1.3-16
  • links: PTS
  • area: main
  • in suites: potato
  • size: 380 kB
  • ctags: 145
  • sloc: ansic: 1,058; makefile: 116; sh: 33
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
dnl Process this file with autoconf to produce a configure script.
AC_INIT(hello.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_STDC_HEADERS
AC_HAVE_HEADERS(string.h fcntl.h sys/file.h)
AC_ALLOCA
AC_OUTPUT(Makefile)