You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
631 B
26 lines
631 B
From f23dfe414e95def3c094a344f7b27eedd06b062e Mon Sep 17 00:00:00 2001
|
|
From: Alec Leamas <leamas@nowhere.net>
|
|
Date: Tue, 15 Oct 2013 11:07:25 +0200
|
|
Subject: [PATCH] Reverting to 0.9.1-git (base for upstream patches)
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 052908b..51ee9a5 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -7,7 +7,7 @@ AC_INIT
|
|
AC_CONFIG_SRCDIR([daemons/lircd.c])
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
-AM_INIT_AUTOMAKE(lirc, 0.9.0)
|
|
+AM_INIT_AUTOMAKE(lirc, 0.9.1-git)
|
|
AM_CONFIG_HEADER(config.h)
|
|
|
|
CFLAGS="${CFLAGS--O2 -g -Wall}"
|
|
--
|
|
1.8.3.1
|
|
|