File: configure.in

package info (click to toggle)
ean13 0.4-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 144 kB
  • ctags: 19
  • sloc: makefile: 96; ansic: 67; sh: 66
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
dnl Process this file with autoconf to produce a configure script.
AC_INIT(ean13.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)