1 Fix WAF to work as an autotools module type.
3 --- waf-1.4.3/wscript 2008-05-20 15:32:51 +0000
4 +++ waf-1.4.3/wscript 2008-05-20 15:33:28 +0000
8 if Params.g_commands['install']:
9 - val = Params.g_options.yes or (not sys.stdin.isatty() or raw_input("Installing Waf is discouraged. Proceed? [y/n]"))
10 - if val != True and val != "y": sys.exit(1)
15 --- waf-1.4.3/utils/autogen.sh 2008-06-23 01:52:48 +0200
16 +++ waf-1.4.3/utils/autogen.sh 2008-08-21 13:52:04 +0200
21 +./configure --prefix=$prefix
22 +./waf configure $prefix