From 356ce40ceadeb82031dfac105d05cd0890912679 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Sun, 19 Feb 2012 22:57:15 -0500 Subject: [PATCH] Relax autoconf dependency --- configure.ac | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0fd1fc4..a146e22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.67]) +AC_PREREQ([2.65]) AC_INIT([mosh], [0.94], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) diff --git a/debian/changelog b/debian/changelog index 2340ea0..defbd4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mosh (0.94b-1) unstable; urgency=low + + * Relax autoconf dependency + + -- Keith Winstein Sun, 19 Feb 2012 22:55:53 -0500 + mosh (0.94a-1) unstable; urgency=low * Relax debhelper dependency to make build on Ubuntu 10.04 LTS lucid