27 lines
812 B
Diff
27 lines
812 B
Diff
|
From 9806021813c9dde4747b0bd6f0ed24bdeede0a4a Mon Sep 17 00:00:00 2001
|
||
|
From: Pavel Valena <pvalena@redhat.com>
|
||
|
Date: Fri, 15 Jul 2016 13:52:31 +0200
|
||
|
Subject: [PATCH] Disable colorized ./configure
|
||
|
|
||
|
Missing macro AS_FUNCTION_DESCRIBE in Autoconf
|
||
|
---
|
||
|
Makefile.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Makefile.in b/Makefile.in
|
||
|
index 76b61f5..2432884 100644
|
||
|
--- a/Makefile.in
|
||
|
+++ b/Makefile.in
|
||
|
@@ -307,7 +307,7 @@ reconfig config.status: $(srcdir)/$(CONFIGURE) $(srcdir)/enc/Makefile.in \
|
||
|
@PWD= MINIRUBY="$(MINIRUBY)"; export MINIRUBY; \
|
||
|
set $(SHELL) $($@-args); $(reconfig-exec-$(V))
|
||
|
|
||
|
-$(srcdir)/$(CONFIGURE): $(srcdir)/configure.in $(srcdir)/aclocal.m4
|
||
|
+$(srcdir)/$(CONFIGURE): $(srcdir)/configure.in
|
||
|
$(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F)
|
||
|
|
||
|
incs: id.h
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|