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
674 B
26 lines
674 B
13 years ago
|
From ce97babde0629458ca6ef8cba278b933379053d0 Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Lemenkov <lemenkov@gmail.com>
|
||
|
Date: Thu, 2 Aug 2012 14:08:02 +0400
|
||
|
Subject: [PATCH 1/3] Don't build silently
|
||
|
|
||
|
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
||
|
---
|
||
|
configure.ac | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/configure.ac b/configure.ac
|
||
|
index e19706f..1717034 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -5,7 +5,6 @@ AC_INIT([libilbc], [1.1.1], [])
|
||
|
AC_CONFIG_AUX_DIR(.)
|
||
|
AC_CONFIG_MACRO_DIR([m4])
|
||
|
AM_INIT_AUTOMAKE([tar-ustar dist-xz])
|
||
|
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||
|
AC_CONFIG_HEADERS([config.h])
|
||
|
|
||
|
# Cross compiling support
|
||
|
--
|
||
|
1.7.11.2
|
||
|
|