gnome-python r618 - trunk



Author: gjc
Date: Sat Feb 23 18:37:12 2008
New Revision: 618
URL: http://svn.gnome.org/viewvc/gnome-python?rev=618&view=rev

Log:
Add autotools deprecation warning and WAF build instructions.

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

Added: trunk/INSTALL.WAF
==============================================================================
--- (empty file)
+++ trunk/INSTALL.WAF	Sat Feb 23 18:37:12 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:37:12 2008
@@ -22,6 +22,7 @@
 pkgconfig_DATA = gnome-python-2.0.pc
 
 EXTRA_DIST = \
+  INSTALL.WAF \
   waf \
   wscript \
   gnome-python.spec \

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Feb 23 18:37:12 2008
@@ -302,3 +302,9 @@
   echo "and gnomeui bindings."
   echo "Download it from: http://ftp.gnome.org/pub/GNOME/sources/pyorbit/2.0/";
 fi
+
+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]