~ubuntu-branches/ubuntu/natty/ocamlnet/natty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu, Stefano Zacchiroli, Stephane Glondu
  • Date: 2009-10-06 16:35:12 UTC
  • mfrom: (4.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091006163512-uqg6gtdar30iqxbz
Tags: 2.2.9-7
[ Stefano Zacchiroli ]
* debian/copyright: point to GPL-2 under /usr/share/common-licenses/

[ Stephane Glondu ]
* Switch packaging to dh-ocaml 0.9 (Closes: #549849)
* Add README.source
* debian/control:
  - add myself to Uploaders
  - move to section ocaml
  - update Standards-Version to 3.8.3
* Add Lintian override for RPATH in mod_netcgi_apache.so

Show diffs side-by-side

added added

removed removed

Lines of Context:
658
658
        apache=`get_path apache`
659
659
    fi
660
660
 
661
 
    if [ -x "$apxs" ] ; then
662
 
        apache_major=2
 
661
    if [ -x "$apxs" ] && [ -x "$apache" ]; then
 
662
        apache_major=`$apache -v | head -n1 | sed -e "s,.*/\([1-9]\).*,\1,"`
663
663
        apache_libdir="`$apxs -q LIBEXECDIR`"
664
664
        apache_incdir="`$apxs -q INCLUDEDIR`"
665
665
        apache_confdir="`$apxs -q SYSCONFDIR`"