dc0b3e
From 3b80333b8d98e74bef22e5484b9db2b79310303f Mon Sep 17 00:00:00 2001
f325b2
From: rpmbuild <rpmbuild@fedoraproject.org>
f325b2
Date: Thu, 20 Feb 2014 19:44:49 +0100
f325b2
Subject: [PATCH] never run autogen.sh
f325b2
f325b2
---
f325b2
 Makefile.in | 2 +-
f325b2
 1 file changed, 1 insertion(+), 1 deletion(-)
f325b2
f325b2
diff --git a/Makefile.in b/Makefile.in
dc0b3e
index 41479bd..a5d7368 100644
f325b2
--- a/Makefile.in
f325b2
+++ b/Makefile.in
dc0b3e
@@ -19,7 +19,7 @@ build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
dc0b3e
 
f325b2
 SRCDIR := @SRC_ROOT@
f325b2
 BUILDDIR := @BUILDDIR@
f325b2
-GIT_BUILD := $(if $(wildcard $(SRCDIR)/.git),T)
f325b2
+GIT_BUILD :=
f325b2
 
f325b2
 # Run autogen.sh if needed and force make to restart itself.
f325b2
 # ... but there are several cases where we do not want to run
f325b2
-- 
dc0b3e
2.1.0
f325b2