~ubuntu-branches/ubuntu/trusty/gnome-documents/trusty

« back to all changes in this revision

Viewing changes to egg-list-box/configure

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jeremy Bicha
  • Date: 2013-06-17 22:24:54 UTC
  • mfrom: (3.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20130617222454-biw3dmaqdd9qpbh7
Tags: 3.8.3.1-1
[ Jeremy Bicha ]
* New upstream release
* debian/control.in:
  - Add missing dependency on gir1.2-gnomedesktop-3.0
  - Bump minimum GTK for newer libgd
  - Build-depend on gtk-doc-tools and yelp-tools
  - Build-depend on inkscape and poppler-utils to generate
    getting-started PDF
* debian/rules: --enable-getting-started

Show diffs side-by-side

added added

removed removed

Lines of Context:
2769
2769
# in the wild :-(  We should find a proper way to deprecate it ...
2770
2770
AMTAR='$${TAR-tar}'
2771
2771
 
 
2772
 
 
2773
# We'll loop over all known methods to create a tar archive until one works.
 
2774
_am_tools='gnutar  pax cpio none'
 
2775
 
2772
2776
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2773
2777
 
2774
2778
 
2775
2779
 
2776
2780
 
2777
2781
 
 
2782
 
2778
2783
# Enable silent rules is available
2779
2784
# Check whether --enable-silent-rules was given.
2780
2785
if test "${enable_silent_rules+set}" = set; then :
14283
14288
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14284
14289
    test -z "$DEPDIR" && continue
14285
14290
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
14286
 
    test -z "am__include" && continue
 
14291
    test -z "$am__include" && continue
14287
14292
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14288
14293
    # Find all dependency output files, they are included files with
14289
14294
    # $(DEPDIR) in their names.  We invoke sed twice because it is the