commit 73a793d41952fedecde73bd348fc14a04e9427fb
parent 4c45ff17c3c4991ab55c8a4dde5d73089f4ca163
Author: Raymond Li <hi@raymond.li>
Date: Tue, 30 Mar 2021 17:25:02 -0400
Skip printing compile instructions
since make follows configure immediately in the build script that users should be using
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -159,9 +159,10 @@ AS_HELP_STRING([is release version:], [${is_release}])
AS_HELP_STRING([enable debug flags:], [${ax_enable_debug}])
AS_HELP_STRING([code coverage:], [${CODE_COVERAGE_ENABLED}])
-AS_HELP_STRING([enabled sanitizers:], [${ax_enabled_sanitizers}])
+AS_HELP_STRING([enabled sanitizers:], [${ax_enabled_sanitizers}])"
-To compile, run:
-
- cd `pwd` && make
---------------------------------------------------------------------------------"
+#To compile, run:
+#
+# cd `pwd` && make
+echo \
+"--------------------------------------------------------------------------------"