mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
Makefile: Mention "./configure --help" now that it exists.
Since we're directing the user to ./confgiure for more options, actually tell the user how to discover what those options are.
This commit is contained in:
parent
e50461eb84
commit
59265c0233
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -29,6 +29,7 @@ Makefile.config: configure
|
|||
@echo "Note: Calling ./configure with no command-line arguments. This is often fine,"
|
||||
@echo " but if you want to specify any arguments (such as an alternate prefix"
|
||||
@echo " into which to install), call ./configure explicitly and then make again."
|
||||
@echo " See \"./configure --help\" for more details."
|
||||
@echo ""
|
||||
./configure
|
||||
|
||||
|
|
Loading…
Reference in a new issue