~epii/+junk/vibrio

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: epii
  • Date: 2011-04-03 16:06:10 UTC
  • Revision ID: public.epii@gmail.com-20110403160610-d3c4svpcf9w7agt0
Oops, failed to detect bazaar repository. fixing...

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
PKG_PROG_PKG_CONFIG([0.9.0])
14
14
 
15
15
# Checks if in Bazaar repository
16
 
AM_CONDITIONAL(IS_IN_BZR, [bzr info >/dev/null 2>&1 | grep "$(shell pwd)$"])
 
16
AC_MSG_CHECKING([whether we are in bazaar repository])
 
17
AM_CONDITIONAL(IS_IN_BZR, [bzr info 2>&1 | grep "branch root: .$" >/dev/null])
 
18
AM_COND_IF([IS_IN_BZR],
 
19
        AC_MSG_RESULT([yes]),
 
20
        AC_MSG_RESULT([no])
 
21
)
17
22
 
18
23
# Checks for libraries.
19
24
AC_CHECK_LIB([m], [sin])