~ubuntu-branches/ubuntu/trusty/monit/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/11_enable_hurd.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2013-06-16 13:54:38 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20130616135438-mg741bdvulp1zoie
Tags: 1:5.5.1-1
* Imported Upstream version 5.5.1
* Refresh patches, drop unused

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Note: in  case of beta subversion, use underscore "_" rather then dash "-"
7
7
# since RPM doesn't allow dash in Version
8
8
# Example: 5.0_beta2
9
 
AC_INIT([monit], [5.5], [monit-general@nongnu.org])
 
9
AC_INIT([monit], [5.5.1], [monit-general@nongnu.org])
10
10
AC_CONFIG_AUX_DIR(config)
11
11
AC_CONFIG_MACRO_DIR([m4])
12
12
AM_INIT_AUTOMAKE
90
90
AC_CHECK_LIB([nsl],    [inet_addr])
91
91
AC_CHECK_LIB([resolv], [inet_aton])
92
92
AC_CHECK_LIB([c], [crypt], [:], [AC_CHECK_LIB([crypt], [crypt])])
93
 
 
94
93
AC_CHECK_LIB([pthread], [pthread_create], [], [AC_MSG_ERROR([POSIX thread library is required])])
95
94
 
96
95
# ------------------------------------------------------------------------