speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] revert AC_PREREQ to 2.63


From: Andrei Kholodnyi
Subject: [PATCH 1/1] revert AC_PREREQ to 2.63
Date: Mon, 4 Oct 2010 10:33:00 +0200

current 2.65 version does not work on old distros, e.g. ubuntu 9.04
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index a0c305d..520bcdc 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.65])
+AC_PREREQ([2.63])
 AC_INIT([speech-dispatcher], [0.8-dev], [speechd at lists.freebsoft.org])
 AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
-- 
1.6.0.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]