~ubuntu-branches/ubuntu/vivid/libjpeg6b/vivid

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2003-09-08 16:22:08 UTC
  • Revision ID: james.westby@ubuntu.com-20030908162208-mpjpemnojk7b8q1v
Tags: 6b-9
* The "I'm all for aggressive goals" release.
* Rebuild with new libtool. closes: #201943.
* patch 100_crop: Updated from Guido Vollbeding <guido@jpegclub.org>
  to include patches 203_jpegtran_errmsg,204_perfect.
* patch 200_crop_man: Include 205_perfect_man.
* patches 203_jpegtran_errmsg, 204_perfect, 205_perfect_man: removed
* Add patch 203_rdppm: fix cjpeg issue with 16-bit PPM files. closes: #208937
* Bump standard version to 3.6.1.
* Update debian/edit-patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
 
2
# autotools-dev hack (<ballombe@debian.org>, Wed, 14 Nov 2001 10:13:10 +0100)
 
3
if [ -x /usr/share/misc/config.sub ]; then
 
4
   /usr/share/misc/config.sub $*
 
5
   exit $?
 
6
fi
 
7
 
2
8
# Configuration validation subroutine script, version 1.1.
3
9
#   Copyright (C) 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
4
10
# This file is (in principle) common to ALL GNU software.