~ubuntu-branches/ubuntu/lucid/apt/lucid-security

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Michael Vogt, Martin Emrich
  • Date: 2007-10-20 07:51:12 UTC
  • mfrom: (1.1.1 etch)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: james.westby@ubuntu.com-20071020075112-52no62drroweffx1
Tags: 0.7.6ubuntu14.1
[ Michael Vogt ]
* apt-pkg/deb/dpkgpm.{cc,h}:
  - give up timeslice on EIO error in read from master terminal
* debian/apt.cron.daily:
  - only run the cron job if apt-get check succeeds (LP: #131719)

[ Martin Emrich ]  
* apt-pkg/deb/dpkgpm.{cc,h}:
  - rewrite dpkgpm.cc to use pselect() instead of select()
    to block signals during select() (LP: #134858)
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
19
19
 
20
20
dnl -- SET THIS TO THE RELEASE VERSION --
21
 
AC_DEFINE_UNQUOTED(VERSION,"0.7.6ubuntu14")
 
21
AC_DEFINE_UNQUOTED(VERSION,"0.7.6ubuntu14.1")
22
22
PACKAGE="apt"
23
23
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
24
24
AC_SUBST(PACKAGE)