~jibel/synaptic/bugs.290524.502582

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-19 14:45:42 UTC
  • Revision ID: james.westby@ubuntu.com-20080619144542-w1tb1877r00ub1u1
Tags: 0.62.1ubuntu7
* debian/control:
  - add apt-xapian-index to the recommends again, we have some
    space on the CDs again (thanks to Steve Langasek)

Show diffs side-by-side

added added

removed removed

Lines of Context:
640
640
        AC_SUBST(LIBEPT_LIBS)
641
641
])
642
642
 
643
 
# LIBTAGCOLL_DEFS([LIBTAGCOLL_REQS=libtagcoll])
644
 
# ---------------------------------------
645
 
AC_DEFUN([LIBTAGCOLL_DEFS],
646
 
[
647
 
        dnl Import libtagcoll data
648
 
        PKG_CHECK_MODULES(LIBTAGCOLL,m4_default([$1], libtagcoll))
649
 
        AC_SUBST(LIBTAGCOLL_CFLAGS)
650
 
        AC_SUBST(LIBTAGCOLL_LIBS)
651
 
])
652
 
 
653
643
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
654
644
655
645
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.