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.
27 lines
677 B
27 lines
677 B
From 7635b1e321bf2f98468ae4f2233e28e3d78505cb Mon Sep 17 00:00:00 2001
|
|
From: Alec Leamas <leamas@nowhere.net>
|
|
Date: Fri, 11 Oct 2013 05:50:12 +0200
|
|
Subject: [PATCH] configure-ac: revert to git branch
|
|
|
|
rebasing for further changes to match upstream merge request.
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 5a9b31d..9efe2f9 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.0-git)
|
|
AM_CONFIG_HEADER(config.h)
|
|
|
|
CFLAGS="${CFLAGS--O2 -g -Wall}"
|
|
--
|
|
1.8.3.1
|
|
|