From 65cbe4b05a3efe2d62241d7156eb4fbbf1ab610a Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 21 Aug 2008 21:51:35 +0200 Subject: [PATCH] Make it clear that WAF is preferred and rename autogen.sh --- INSTALL | 11 ++++++----- autogen.sh => legacy.sh | 0 2 files changed, 6 insertions(+), 5 deletions(-) rename autogen.sh => legacy.sh (100%) diff --git a/INSTALL b/INSTALL index 9aa86c99..96ddec5b 100644 --- a/INSTALL +++ b/INSTALL @@ -16,13 +16,14 @@ You can install it with './waf install' For further options run './waf --help' -+++ The alternative +++ ++++ Legacy support +++ -Alternatively, autotools build files are available. +There are also autotools build files available. This +is not recommended except when waf for any reason won't work. -If you checked out from the repository, make sure -you have *libtool* and *intltool* installed. -Then run './autogen.sh'. +Make sure you have *libtool* and *intltool* installed. + +Run './legacy.sh'. Run './configure' diff --git a/autogen.sh b/legacy.sh similarity index 100% rename from autogen.sh rename to legacy.sh