Skip to content

Commit

Permalink
autogen.sh: in the end of successful execution, lead interactive user…
Browse files Browse the repository at this point in the history
…s to running the ./configure script

Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
  • Loading branch information
jimklimov committed Mar 4, 2024
1 parent d6062d3 commit a7e1873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,5 @@ $CONFIG_SHELL -n configure 2>/dev/null >/dev/null \
}

echo "The generated configure script passed shell interpreter syntax checks"
echo "Please proceed by running './configure --with-many-desired-options'"
echo "For details check './configure --help' or docs/configure.txt in NUT sources"

0 comments on commit a7e1873

Please sign in to comment.