~ubuntu-branches/ubuntu/saucy/gst-libav1.0/saucy-proposed

« back to all changes in this revision

Viewing changes to common/m4/as-docbook.m4

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-30 09:00:15 UTC
  • mfrom: (1.1.16) (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130730090015-sc1ou2yssu7q5w4e
Tags: 1.1.3-1
* New upstream development snapshot:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  TYPE_UC=XML
15
15
  DOCBOOK_VERSION=4.1.2
16
16
 
17
 
  if test ! -f /etc/xml/catalog; then
 
17
  if test -n "$XML_CATALOG_FILES"; then
 
18
    oldIFS=$IFS
 
19
    IFS=' '
 
20
    for xml_catalog_file in $XML_CATALOG_FILES; do
 
21
      if test -f $xml_catalog_file; then
 
22
        XML_CATALOG=$xml_catalog_file
 
23
        CAT_ENTRY_START='<!--'
 
24
        CAT_ENTRY_END='-->'
 
25
        break
 
26
      fi
 
27
    done
 
28
    IFS=$oldIFS
 
29
  elif test ! -f /etc/xml/catalog; then
18
30
    for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/ /usr/local/share/xsl/docbook ;
19
31
    do
20
32
      if test -d "$i"; then