~ubuntu-branches/ubuntu/natty/lftp/natty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2006-06-05 13:17:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060605131703-q5ehgd52jmyn6crf
Tags: 3.4.7-1
* new upstream release from 2006-05-18
* updated Standards-Version to 3.7.2
* tls glibc double-free problem fixed since 3.4.x
  (closes: Bug#326914)
* gnutls handshake problem fixed since 3.4.x
  (closes: Bug#327643)
* segfault problem fixed (closes: Bug#336408)
* using gnutls 1.3 (closes: Bug#369197)
* made lftp-config-dns-inet6_before_inet patch nicer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
AC_PREREQ(2.53)
3
 
AC_INIT([lftp], [3.4.0], [lftp-bugs@lftp.yar.ru])
 
3
AC_INIT([lftp], [3.4.7], [lftp-bugs@lftp.yar.ru])
4
4
AM_INIT_AUTOMAKE
5
5
AC_CONFIG_LIBOBJ_DIR(lib)
6
6
AC_CONFIG_SRCDIR([src/ftpclass.cc])
426
426
 
427
427
if test x$lftp_cv_func_poll_works = xno; then
428
428
   AC_LIBOBJ(poll)
429
 
   if text x$ac_cv_header_sys_poll_h = xno; then
 
429
   if test x$ac_cv_header_sys_poll_h = xno; then
430
430
      AC_CONFIG_LINKS([include/poll.h:lib/poll.h])
431
431
   fi
432
432
fi