~ubuntu-branches/ubuntu/oneiric/fetchmail/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-07-25 03:17:28 UTC
  • mfrom: (0.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100725031728-mm78sfgx9d656h9r
Tags: 6.3.17-4ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #609634)
  - debian/init, debian/fetchmail.postinst: don't stop fetchmail in
    runlevels [06], the default 'killall' handler should be sufficient
    because fetchmail writes are properly completed before telling the
    server it's ok to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
dnl
10
10
 
11
11
dnl XXX - if bumping version here, check fetchmail.man, too!
12
 
AC_INIT([fetchmail],[6.3.16],[fetchmail-users@lists.berlios.de])
 
12
AC_INIT([fetchmail],[6.3.17],[fetchmail-users@lists.berlios.de])
13
13
AC_CONFIG_SRCDIR([fetchmail.h])
14
14
AC_CONFIG_HEADERS([config.h])
15
15
AC_CONFIG_LIBOBJ_DIR([.])
32
32
 
33
33
AC_PROG_AWK
34
34
AC_PROG_CC
 
35
AM_PROG_CC_C_O
35
36
AC_PROG_INSTALL
36
37
AC_PROG_CPP                     dnl Later checks need this.
37
38
AC_PROG_RANLIB
244
245
dnl Check for libcrypt -- it may live in libc or libcrypt, as on IRIX
245
246
AC_CHECK_FUNC(crypt, , AC_CHECK_LIB(crypt,crypt))
246
247
 
247
 
dnl Check for RSA refersence library in case we're using SSL
248
 
AC_CHECK_LIB(rsaref, RSAPublicDecrypt)
249
 
 
250
 
dnl AC_FUNC_SETVBUF_REVERSED
251
 
 
252
248
dnl Check for usable void pointer type
253
249
AC_MSG_CHECKING(use of void pointer type)
254
250
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[char *p;