~ubuntu-branches/ubuntu/natty/knetfilter/natty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Angel Ramos
  • Date: 2002-01-21 08:15:00 UTC
  • Revision ID: james.westby@ubuntu.com-20020121081500-poxwa9o2h1z4dlch
Tags: 2.2.0-4

Fixed problems with new libpng (Closes: #129982).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
AC_ARG_PROGRAM
14
14
 
15
15
dnl Automake doc recommends to do this only here. (Janos)
16
 
AM_INIT_AUTOMAKE(knetfilter-2.0.0, 2.0pre) dnl searches for some needed programs
 
16
AM_INIT_AUTOMAKE(knetfilter-2.2.0, 2.0pre) dnl searches for some needed programs
17
17
 
18
18
KDE_SET_PREFIX
19
19
 
48
48
AC_HEADER_TIME
49
49
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h stdlib.h paths.h)
50
50
AC_CHECK_FUNCS(usleep)
51
 
KDE_FIND_PATH(iptables, IPTABLES, $PATH, AC_MSG_ERROR([No iptables found.]))
52
51
 
53
52
KDE_CREATE_SUBDIRSLIST
54
53
AC_OUTPUT( \