From 4b14813340fb602c185194cb1963642c8d4ed99d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 6 Nov 2017 23:35:53 -0500 Subject: [PATCH] Makefile `reconf' target success when not in git repo * Makefile.am (reconf): Succeed when not in git repo. Use `autogen.sh'. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 29411df..13d9271 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ combine: reconf $(path_combine_output) $(path_build)/browser-test.html # will force a reconfigure (for version data) if in the git repo reconf: - test -d .git && autoconf && ./configure + test ! -d .git || ./autogen.sh # combine all modules into easily redistributable ease.js file (intended for # browser)