summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-25 17:45:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-25 17:45:09 +0000
commiteb6e352dd0a307badf68ae4a216d15c03b4685de (patch)
tree36c6e3d73f9eb534fe16026e0759f7a53459393e /wscript
parentb18fbc8c68f545c1fa8982ebc639fedef1566340 (diff)
we're not really a beta anymore
git-svn-id: svn://localhost/ardour2/branches/3.0@13083 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/wscript b/wscript
index 8654ea4db8..da888aff85 100644
--- a/wscript
+++ b/wscript
@@ -439,14 +439,6 @@ def sub_config_and_use(conf, name, has_objects = True):
def configure(conf):
conf.load('compiler_c')
conf.load('compiler_cxx')
- if not Options.options.noconfirm:
- print ('\n\nThis is a beta version of Ardour 3.0.\n\n' +
- 'You are respectfully requested NOT to ask for assistance with build issues\n' +
- 'and not to report issues with Ardour 3.0 on the forums at ardour.org.\n\n' +
- 'Please use IRC, the bug tracker and/or the ardour mailing lists (-dev or -user)\n\n' +
- 'Thanks for your co-operation with our development process.\n\n' +
- 'Press Enter to continue.\n')
- sys.stdin.readline()
conf.env['VERSION'] = VERSION
conf.line_just = 52
autowaf.set_recursive()