~ubuntu-branches/ubuntu/utopic/libhbalinux/utopic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-01-26 09:40:50 UTC
  • Revision ID: james.westby@ubuntu.com-20100126094050-owyzl1xibq4ebblh
Tags: upstream-1.0.8
ImportĀ upstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT([libhbalinux], [1.0.7], [devel@open-fcoe.org])
 
2
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
3
 
 
4
AC_PROG_LIBTOOL
 
5
AC_PROG_CC
 
6
 
 
7
PKG_CHECK_MODULES(PCIACCESS, pciaccess)
 
8
AC_SUBST(PCIACCESS_CFLAGS)
 
9
AC_SUBST(PCIACCESS_LIBS)
 
10
 
 
11
PKG_CHECK_MODULES(HBAAPI, HBAAPI)
 
12
AC_SUBST(HBAAPI_CFLAGS)
 
13
 
 
14
AC_CONFIG_FILES([Makefile libhbalinux.spec])
 
15
AC_OUTPUT
 
16