~lifeless/ubuntu/lucid/apt/bug-22354

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-02-06 11:38:06 UTC
  • Revision ID: james.westby@ubuntu.com-20070206113806-kjteipw5hw61lbn6
Tags: 0.6.46.4ubuntu7
* Merged the apt--mirror branch. This means that a new 'mirror' 
  method is available that will allow dynamic mirror updates.
  The sources.list entry looks something like this:
  "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"

  It also supports error reporting to a configurable url for mirror
  problems/failures.
* Bump ABI version

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.6.46.4ubuntu6")
 
21
AC_DEFINE_UNQUOTED(VERSION,"0.6.46.4ubuntu7")
22
22
PACKAGE="apt"
23
23
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
24
24
AC_SUBST(PACKAGE)