From 9159f2fbbd4d57df6d13717acbc758a97cd97c41 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 15 Oct 2023 23:16:34 -0700 Subject: build: revise build instructions in configure script * configure: make it clear that the user must run "make" or "make all" before "make tests" and "make install". --- configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 256abb72..fb7b1751 100755 --- a/configure +++ b/configure @@ -4245,11 +4245,12 @@ correct! Please check the above output for any problems, and verify that the contents of the generated files config.make and config.h are sane for the target platform. -The next step is to build the program with $make. +For details, see the INSTALL guide. -If that is successful, please follow the INSTALL guide. +The next step is to build the software by running "$make all". +The "all" target is the default one, thus it can be omitted. -Usually, most users just need to "$make tests" and "$make install", +If that works, most users just need to "$make tests" and "$make install", possibly switching to superuser for "$make install" if the prefix points to a privileged location like /usr/local/. -- cgit v1.2.3