mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Do not print the no arguments warning message if NOCONFIGURE is set,
reported by znx. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4563 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b2a4abf01f
commit
40bcac38c1
@ -76,7 +76,7 @@ cat docs/help/Makefile.am.gen|sed "s/@HELPFILES@/$files/g"|sed 's/?/\\?/g'|tr '!
|
||||
echo "Documentation: html -> txt..."
|
||||
lynx -dump -nolist docs/faq.html|perl -pe 's/^ *//; if ($_ eq "\n" && $state eq "Q") { $_ = ""; } elsif (/^([QA]):/) { $state = $1 } elsif ($_ ne "\n") { $_ = " $_"; };' > docs/faq.txt
|
||||
|
||||
if test -z "$*"; then
|
||||
if test x$NOCONFIGURE = x && test -z "$*"; then
|
||||
echo "**Warning**: I am going to run \`configure' with no arguments."
|
||||
echo "If you wish to pass any to it, please specify them on the"
|
||||
echo \`$0\'" command line."
|
||||
|
Loading…
Reference in New Issue
Block a user