diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-10-19 13:54:23 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-10-19 13:54:23 +0000 |
commit | 078703a6ab29f75983a55ac2cc35fe5f315da574 (patch) | |
tree | ad7605418a5a3f93c431fc93dab1bec5c13b110e /autogen.sh | |
parent | 75e2b24fabd5962901580b0d3627cee6b0aa41c1 (diff) |
* stepmake/stepmake/*:
* */GNUmakefile:
* config.make.in:
* GNUmakefile.in:
* stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
from any directory in build-dir. Cleanups.
* make/srcdir.make.in: Remove.
* lily/main.cc (setup_paths): Fix and document build-dir hack.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh index 1d4c1b61ef..2fd8bebd5a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -56,10 +56,13 @@ if test -n "$NOCONFIGURE"; then fi if test -z "$*"; then - echo "warning: about to run \`./configure' without arguments." - echo "arguments on the \`$0\'" - echo "command line will be passed to \`./configure'." - echo + cat <<EOF + Warning: about to run \`configure' without arguments. + arguments on the \`$0' command line + will be passed to \`configure'. + + Invoke with --noconfigure to skip configure step. +EOF fi echo Running $srcdir/configure $conf_flags "$@" ... |