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:
Carl Worth 2009-12-04 16:09:40 -08:00
parent e50461eb84
commit 59265c0233

View file

@ -29,6 +29,7 @@ Makefile.config: configure
@echo "Note: Calling ./configure with no command-line arguments. This is often fine," @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 " 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 " into which to install), call ./configure explicitly and then make again."
@echo " See \"./configure --help\" for more details."
@echo "" @echo ""
./configure ./configure