~ubuntu-branches/ubuntu/jaunty/isdnutils/jaunty-proposed

« back to all changes in this revision

Viewing changes to loop/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2004-09-04 08:20:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040904082020-g641px056lshw203
Tags: 1:3.3.0.20040728-2
* Put libcapi20 development files into new libcapi20-dev package,
  change libcapi20 soname to libcapi20-3, conflict with existing
  versions of packages depending on libcapi20-3 (closes: #268767).
* Update debconf translation strings (closes: #268716).
* Update french debconf translation (closes: #269666).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
AC_CHECK_HEADERS(fcntl.h sys/ioctl.h unistd.h)
18
18
 
19
19
AC_CHECK_HEADERS(linux/isdn.h)
20
 
dnl Find current kernel source
21
 
AC_FIND_KERNEL
22
20
 
23
21
dnl Checks for typedefs, structures, and compiler characteristics.
24
22
 
36
34
AC_SUBST(I4LCONFDIR)
37
35
AC_SUBST(I4LVERSION)
38
36
AC_SUBST(INSTALL)
39
 
AC_SUBST(CONFIG_KERNELDIR)
40
37
AC_SUBST(CONFIG_SBINDIR)
41
38
AC_SUBST(CONFIG_MANDIR)
42
39
AC_OUTPUT(Makefile loopctrl.man)