mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
Add some message to the end of autogen.sh
The last thing autogen.sh is calling automake which is supposed to fail. Obviously, this doesn't look good to users so we should print some message that says everything worked as expected. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2257 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -36,3 +36,6 @@ do_cmd $AUTOMAKE $AUTOMAKE_FLAGS || true
|
||||
test -f config.guess -a -f config.sub -a -f install-sh ||
|
||||
die "Automake didn't install config.guess, config.sub and install-sh!"
|
||||
|
||||
echo "(Yes, automake is supposed to fail, ignore that)"
|
||||
echo
|
||||
echo "You may now run ./configure."
|
||||
|
||||
Reference in New Issue
Block a user