From ad5ebf9362194462373e70cdb12f499f19b129ac Mon Sep 17 00:00:00 2001
From: Geoffrey Thomas <geofft@mit.edu>
Date: Sat, 12 Sep 2009 01:36:27 -0400
Subject: [PATCH] Fix configure.ac to build on Jaunty.

---
 configure.ac     |    2 +-
 debian/changelog |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index fabb7fd..9677dd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ AC_SUBST([SBUILD_INTERFACE_AGE])
 AC_SUBST([SBUILD_BINARY_AGE])
 
 dnl Initialise automake stuff.
-AM_INIT_AUTOMAKE([1.10 gnu check-news dist-bzip2 no-dist-gzip tar-pax silent-rules])
+AM_INIT_AUTOMAKE([1.10 gnu check-news dist-bzip2 no-dist-gzip tar-pax])
 AM_MAINTAINER_MODE
 SCHROOT_RELEASE_DATE
 
diff --git a/debian/changelog b/debian/changelog
index 69baeb4..ef4361f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-schroot (1.3.0~rc1-34-1) karmic; urgency=low
+schroot (1.3.0~rc1-35-1) karmic; urgency=low
 
   * Decrease Debian version number.
   * Fix debian/control to build on Jaunty.
+  * Fix configure.ac to build on Jaunty.
 
- -- Geoffrey Thomas <geofft@mit.edu>  Sat, 12 Sep 2009 01:13:18 -0400
+ -- Geoffrey Thomas <geofft@mit.edu>  Sat, 12 Sep 2009 01:35:55 -0400
 
 schroot (1.3.0-1) experimental; urgency=low
 
-- 
1.6.0.4

