~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to m4/eso.m4

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-12 13:16:28 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140412131628-6xq7unx2r6o0mavy
Tags: 3.10.2-1
* New upstream version
* Change maintainer and VCS location to debian-astro
* Push standards version to 3.9.5. No changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
])
228
228
 
229
229
 
 
230
# ESO_PROG_PKGCONFIG
 
231
#-------------------
 
232
# Checks if pkg-config is in the path
 
233
AC_DEFUN([ESO_PROG_PKGCONFIG],
 
234
[
 
235
        AC_ARG_VAR([PKGCONFIG], [pkg-config command])
 
236
        AC_CHECK_PROG([PKGCONFIG], [pkg-config], [pkg-config])
 
237
 
 
238
])
 
239
 
 
240
 
230
241
# ESO_CHECK_EXTRA_LIBS
231
242
#---------------------
232
243
# Check for non-standard headers and libraries