[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix configure script in master
From: |
william hubbs |
Subject: |
[PATCH] fix configure script in master |
Date: |
Fri, 10 Sep 2010 01:40:01 -0500 |
From: William Hubbs <address@hidden>
To: address@hidden
commit bd30a8a30c82f8f5a81eeb25406de0698f8e735b
from the 0-7 branch was also put in master and introduced an incorrect
change to configure.in there as well. This reverts that change for the
master branch.
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3f0ea5d..e5a4cbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([speech-dispatcher], [0.7], [speechd at lists.freebsoft.org])
+AC_INIT(configure.in)
@@ -10,7 +10,7 @@ dnl progs
AC_PROG_CC
dnl info
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE("speech-dispatcher", "`cat version.sh|grep '^VERSION'|awk -F=
'{print $2}'`")
AM_CONFIG_HEADER(config.h)
--
1.7.2.2
- [PATCH] fix configure script in master,
william hubbs <=