File: configure.in

package info (click to toggle)
pc532down 1.1-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 68 kB
  • ctags: 43
  • sloc: ansic: 299; sh: 172; makefile: 105
file content (7 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
dnl Process this file with autoconf to produce a configure script.
AC_INIT(pc532down.c)
AC_PROG_CC
AC_STDC_HEADERS
AC_HAVE_HEADERS(stdio.h fcntl.h unistd.h termios.h)
AC_PROG_INSTALL
AC_OUTPUT(Makefile)