~ubuntu-branches/ubuntu/precise/gst0.10-python/precise

« back to all changes in this revision

Viewing changes to common/m4/pkg.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-11 11:03:02 UTC
  • mfrom: (1.2.1 upstream) (10 experimental)
  • mto: (4.1.22 karmic)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20090511110302-lenm60jjucpj6tzy
* New upstream release, 'We built a wall':
  + debian/rules,
    debian/control,
    debian/*.{install,postinst,prerm,rtupdate}:
    - Add a -dev package for the pkg-config files and def files
      (Closes: #527485).
    - Don't ship examples twice (Closes: #527498).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
2
 
 
2
#
3
3
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
4
4
#
5
5
# This program is free software; you can redistribute it and/or modify
39
39
                AC_MSG_RESULT([no])
40
40
                PKG_CONFIG=""
41
41
        fi
42
 
                
 
42
 
43
43
fi[]dnl
44
44
])# PKG_PROG_PKG_CONFIG
45
45
 
120
120
        _PKG_SHORT_ERRORS_SUPPORTED
121
121
        if test $_pkg_short_errors_supported = yes; then
122
122
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
123
 
        else 
 
123
        else
124
124
                $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
125
125
        fi
126
126
        # Put the nasty error message in config.log where it belongs