~ubuntu-branches/debian/sid/xiphos/sid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-07-12 17:08:46 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20140712170846-ja9jzhgt51d3fkrd
Tags: 3.2.2+dfsg1-1
* New upstream release.
* Bump standards version.
* Switch uscan to sf.net redirector.
* Unpack waf in get-orig-source target.
* Bump to debhelper 9.
* Add uuid-dev build-dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
echo ----------------------------------------------------------------
3
 
echo ./configure is no longer used in building Xiphos.
4
 
echo please run "'./waf --help'" to understand current build habits.
5
 
echo for linux and unix, we recommend
6
 
echo '    ./waf configure --prefix=/usr --gtk=auto --backend=webkit --debug-level=optimized'
7
 
echo for distribution-ready builds.
8
 
echo then
9
 
echo '    ./waf build'
10
 
echo and
11
 
echo '    sudo ./waf install'
12
 
echo ----------------------------------------------------------------
 
2
cat - <<\EOF
 
3
----------------------------------------------------------------
 
4
"configure" is no longer used in building Xiphos.
 
5
 
 
6
please run "./waf --help" to understand current build habits.
 
7
for recent (i.e. gnome3) linux and unix, we recommend
 
8
    ./waf configure --prefix=/usr --debug-level=optimized --enable-webkit-editor
 
9
for distribution-ready builds.
 
10
then
 
11
    ./waf build
 
12
and
 
13
    sudo ./waf install
 
14
 
 
15
note that the --backend option is gone -- only webkit is used now.
 
16
----------------------------------------------------------------
 
17
EOF
13
18
exit 1