~ubuntu-branches/ubuntu/precise/apt/precise-updates

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-04-19 11:38:43 UTC
  • Revision ID: package-import@ubuntu.com-20120419113843-vih2oh392ztlcf9w
Tags: 0.8.16~exp12ubuntu9
* apt-inst/contrib/extracttar.cc:
  - ensure that in StartGzip the InFd is set to "AutoClose" to ensure
    that the pipe is closed when InFd is closed. This fixes a Fd leak
    (LP: #985452)

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.8.16~exp12ubuntu8")
 
21
AC_DEFINE_UNQUOTED(VERSION,"0.8.16~exp12ubuntu9")
22
22
PACKAGE="apt"
23
23
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
24
24
AC_SUBST(PACKAGE)