grub2/0373-autogen-don-t-run-autoreconf-in-the-topdir.patch
Peter Jones da0e16c206 Fix autogen/autoconf invocation to actually re-make configure.
autogen.sh was running autoreconf, which *ran* configure but didn't actually
re-make it if it was there.  This means we effectively can't change our
configure invocation (for newer configure options), so that's bad.

Signed-off-by: Peter Jones <pjones@redhat.com>
2018-07-27 12:43:35 -04:00

21 lines
558 B
Diff

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