gnome-python-desktop r472 - trunk



Author: gjc
Date: Sat Feb 23 18:47:32 2008
New Revision: 472
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=472&view=rev

Log:
Add autotools deprecation warning and WAF build instructions.

Added:
   trunk/INSTALL.WAF
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/configure.ac

Added: trunk/INSTALL.WAF
==============================================================================
--- (empty file)
+++ trunk/INSTALL.WAF	Sat Feb 23 18:47:32 2008
@@ -0,0 +1,11 @@
+Installation Instructions
+*************************
+
+Basic Installation
+==================
+
+Briefly, the shell commands `./waf configure && ./waf && ./waf install' should
+configure, build, and install this package.
+
+For more information, see http://code.google.com/p/waf/wiki/UsingWaf
+

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Feb 23 18:47:32 2008
@@ -66,6 +66,7 @@
 
 
 EXTRA_DIST = \
+  INSTALL.WAF \
   wscript \
   MAINTAINERS \
   COPYING.GPL COPYING.LGPL \

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Feb 23 18:47:32 2008
@@ -403,3 +403,8 @@
 $build_evolution_ecal    || echo     evolution ecal support
 
 
+echo "*****************************************************************************"
+echo "*** WARNING: You are using a deprecated build system (autotools)."
+echo "***          You should be using WAF instead; see the file INSTALL.WAF."
+echo "***          The autotools build system will be removed in a future version."
+echo "*****************************************************************************"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]