Hi ./configure had a wrong irc channel, year, and mentioned a "make help" target that doesn't exist.
- Lauri
>From 4d963fbca8c0d1c99a79d6cea5d9e124dc9045b4 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen <[email protected]> Date: Thu, 10 May 2012 12:26:28 +0300 Subject: [PATCH] Update the configure script Signed-off-by: Lauri Kasanen <[email protected]> --- configure | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index a18e1ab..9ec3671 100755 --- a/configure +++ b/configure @@ -172,7 +172,7 @@ main() echo echo "--" - echo -en "$GREEN Monkey $END_COLOR configuration is$YELLOW done!$END_COLOR, type 'make' to build or 'make help" + echo -en "$GREEN Monkey $END_COLOR configuration is$YELLOW done!$END_COLOR, to build type 'make" if [ "$dir" = 1 ]; then echo -n " && make install' " else @@ -807,7 +807,7 @@ for arg in $*; do --version*) echo "Monkey HTTP Daemon v$VERSION" echo "-------------------------" - echo "Copyright 2001-2011 - Monkey Development Team" + echo "Copyright 2001-2012 - Monkey Development Team" echo "Written by Eduardo Silva P. <[email protected]>" echo "Monkey Home : http://www.monkey-project.com" echo @@ -854,7 +854,7 @@ echo -en "*"$YELLOW" We need beta testers, developers and "$RED"*\n" echo -en "*"$YELLOW" translators!, if you want to contribute "$RED"*\n" echo -en "*"$YELLOW" to this wonderful project, contact us ! "$RED"*\n" echo -en "*"$YELLOW" "$RED"*\n" -echo -en "*"$YELLOW" irc.freenode.net #monkeyd "$RED"*\n" +echo -en "*"$YELLOW" irc.freenode.net #monkey "$RED"*\n" echo -en "*"$YELLOW" "$RED"*\n" echo -en "*"$YELLOW" Thanks for using Monkey!!! "$RED"*\n" echo -en "*"$YELLOW" "$RED"*\n" -- 1.7.2.1
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
