15a2072
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
15a2072
From: Peter Jones <pjones@redhat.com>
15a2072
Date: Thu, 26 Jul 2018 15:47:48 -0400
15a2072
Subject: [PATCH] autogen: don't run autoreconf in the topdir
15a2072
15a2072
Signed-off-by: Peter Jones <pjones@redhat.com>
15a2072
---
15a2072
 autogen.sh | 2 --
15a2072
 1 file changed, 2 deletions(-)
15a2072
15a2072
diff --git a/autogen.sh b/autogen.sh
15a2072
index 7537561ad0d..f608b9467a0 100755
15a2072
--- a/autogen.sh
15a2072
+++ b/autogen.sh
15a2072
@@ -82,6 +82,4 @@ done
15a2072
 echo "Saving timestamps..."
15a2072
 echo timestamp > stamp-h.in
15a2072
 
15a2072
-echo "Running autoreconf..."
15a2072
-autoreconf -vi
15a2072
 exit 0