~ubuntu-branches/debian/squeeze/redland-bindings/squeeze

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2009-04-07 00:24:21 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090407002421-dce2r4otm5vqtheg
Tags: 1.0.8.1-2
* Use new sections ruby, php for librdf-ruby and php5-librdf respectively.
* Merge features from ubuntu packaging.  Thanks to Matthias Klose
  (not taking linker -Wl,--as-needed since that makes dyloading fail
  to pull in raptor symbols):
  debian/rules:
  - get python lib dir from distutils
  - make dh_pycentral use symlinks
  debian/python-librdf.examples:
  - add data/dc.rdf to examples dir and adjust example.py
    to point to it (Closes: #402612)
* Patch python/Makefile.in so it can allow the include dir to be
  overridden by the particular python version build in debian/rules
  using PYTHON_INCLUDES

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
fi
59
59
 
60
60
# Some dependencies for autotools:
 
61
# automake 1.10 requires autoconf 2.60
61
62
# automake 1.9 requires autoconf 2.58
62
63
# automake 1.8 requires autoconf 2.58
63
64
# automake 1.7 requires autoconf 2.54
123
124
}
124
125
 
125
126
@vnums=(@vnums, 0, 0, 0)[0..2];
126
 
print join('', map { sprintf('%02d', \$_) } @vnums)."\n";
 
127
\$vn=join('', map { sprintf('%02d', \$_) } @vnums);
 
128
print "\$vn\n";
127
129
exit 0;
128
130
EOF
129
131
 
143
145
    prog_name=$env
144
146
    prog_vers=`perl $autogen_get_version $prog_name $prog`
145
147
 
 
148
    if test X$prog_vers = X; then
 
149
      prog_vers=0
 
150
    fi
146
151
    eval ${prog}_name=${prog_name}
147
152
    eval ${prog}_vers=${prog_vers}
148
153
    eval ${prog}_dir=environment