~ubuntu-branches/ubuntu/trusty/update-notifier/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-04-10 12:15:08 UTC
  • Revision ID: package-import@ubuntu.com-20120410121508-g9ogf16wji3cbf19
Tags: 0.119ubuntu6
data/package-data-downloader: Set urllib._urlopener to an instance of
urllib.FancyURLopener rather than urllib.URLopener, since the former
handles redirects (LP: #977812).

Show diffs side-by-side

added added

removed removed

Lines of Context:
665
665
PKG_CONFIG_PATH
666
666
PKG_CONFIG
667
667
GSETTINGS_DISABLE_SCHEMAS_COMPILE
 
668
ACLOCAL_AMFLAGS
668
669
EGREP
669
670
GREP
670
671
CPP
5496
5497
fi
5497
5498
 
5498
5499
 
5499
 
GNOME_COMMON_INIT
 
5500
 
 
5501
 
 
5502
 
 
5503
      ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
 
5504
  if test -n "$ac_macro_dir"; then
 
5505
    ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
 
5506
  fi
 
5507
 
 
5508
 
 
5509
 
5500
5510
 
5501
5511
 
5502
5512
  # Check whether --enable-schemas-compile was given.