From ad0fd53fc4caf11ea3dffe0ece63b84e0d792674 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 12 Oct 2018 16:56:17 -0400 Subject: Remove needless autogen.sh references/invocations Since the files autogen.sh creates are now controlled, you only have to run autogen.sh when you modify the source files, not when you build from a clean checkout. --- make_dist | 1 - 1 file changed, 1 deletion(-) (limited to 'make_dist') diff --git a/make_dist b/make_dist index 9084bdb1..e872d408 100755 --- a/make_dist +++ b/make_dist @@ -107,7 +107,6 @@ if ($version_error) die "$whoami: version numbers are not consistent\n"; } -run("./autogen.sh"); run("./configure --enable-doc-maintenance --enable-werror"); run("make -j8 build_manual"); run("make distclean"); -- cgit v1.2.3-54-g00ecf