~ubuntu-branches/debian/sid/monopd/sid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2006-08-12 17:05:23 UTC
  • mfrom: (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060812170523-scgnd675p5jpg7lw
Tags: 0.9.3-2
* New patch monopd-0.9.3-dosfix.diff for CVE-2006-1046:
  Fixes a remote DOS vulnerability which could cause the daemon to eat up
  CPU time on the server.  Closes: #355797.
* Bump Standards-Version to 3.7.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
AC_INIT(src/main.cpp)
3
 
AM_INIT_AUTOMAKE(monopd, 0.9.0)
 
3
AM_INIT_AUTOMAKE(monopd, 0.9.3)
4
4
AM_CONFIG_HEADER(config.h)
5
5
AC_LANG(C++)
6
6
 
10
10
# Checks for libraries.
11
11
 
12
12
# Checks for header files.
13
 
AC_CHECK_HEADER([libcapsinetwork/listener.h], [], [AC_MSG_ERROR([Please install libCapsiNetwork >= 0.2.5 from http://unixcode.org/libcapsinetwork/])])
14
 
AC_CHECK_HEADER([libcapsinetwork/socket.h], [], [AC_MSG_ERROR([Please install libCapsiNetwork >= 0.2.5 from http://unixcode.org/libcapsinetwork/])])
 
13
AC_CHECK_HEADER([libcapsinetwork/listener.h], [], [AC_MSG_ERROR([Please install libCapsiNetwork >= 0.3.0 from http://unixcode.org/libcapsinetwork/])])
 
14
AC_CHECK_HEADER([libcapsinetwork/socket.h], [], [AC_MSG_ERROR([Please install libCapsiNetwork >= 0.3.0 from http://unixcode.org/libcapsinetwork/])])
15
15
AC_CHECK_HEADER([cmath], [], [AC_MSG_ERROR([Your STL doesn't come with cmath, upgrade your libstdc++.])])
16
16
AC_CHECK_HEADER([math++/nodes.h], [], [AC_MSG_ERROR([Please install libmath++ >= 0.0.3 from http://www.surakware.net/download/])])
17
17