Description: Tweak config.guess/sub to use the autotools-dev version 
 Tweak config.guess/sub to use the autotools-dev version if available.
Author: Bill Allombert <ballombe@debian.org>
Origin: Debian
Forwarded: not-needed
Last-Update: 2012-05-20
Index: toppler-1.1.5/config.sub
===================================================================
--- toppler-1.1.5.orig/config.sub	2012-05-20 12:03:30.000000000 +0200
+++ toppler-1.1.5/config.sub	2012-05-20 12:04:15.000000000 +0200
@@ -1,4 +1,9 @@
 #! /bin/sh
+# autotools-dev hack (<ballombe@debian.org>, Wed, 14 Nov 2001 10:13:10 +0100)
+if [ -x /usr/share/misc/config.sub ]; then
+   exec /usr/share/misc/config.sub "$@"
+fi
+
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
Index: toppler-1.1.5/config.guess
===================================================================
--- toppler-1.1.5.orig/config.guess	2012-05-20 12:03:30.000000000 +0200
+++ toppler-1.1.5/config.guess	2012-05-20 12:04:15.000000000 +0200
@@ -1,4 +1,9 @@
 #! /bin/sh
+# autotools-dev hack (<ballombe@debian.org>, Wed, 14 Nov 2001 10:13:10 +0100)
+if [ -x /usr/share/misc/config.guess ]; then
+   exec /usr/share/misc/config.guess "$@"
+fi
+
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
