File: configure.in.in

package info (click to toggle)
kdewebdev 4%3A3.5.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 32,256 kB
  • ctags: 14,471
  • sloc: cpp: 163,116; sh: 9,965; perl: 3,364; makefile: 1,788; xml: 1,440; ansic: 83
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#MIN_CONFIG

AM_INIT_AUTOMAKE(kfilereplace, 0.8.0)

dnl These are common macros that you might or might not want to use

dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h stdlib.h paths.h)
AC_CHECK_FUNCS(usleep)