~ubuntu-branches/ubuntu/oneiric/ntrack/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Reichle-Schmehl
  • Date: 2010-07-22 14:12:03 UTC
  • mfrom: (2.1.2 lucid)
  • Revision ID: james.westby@ubuntu.com-20100722141203-wjzkyhsrn2zm9j4t
Tags: 007-1
* Non-maintainer upload.
* Versioned this way on request of maintainer
* New upstream release
  * Fix build of backend (Closes: #589344)
  * Thanks to Davi Leal who prepared the same fix for the 006 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
AC_CONFIG_MACRO_DIR(m4)
6
6
 
7
7
dnl Every other copy of the package version number gets its value from here
8
 
AM_INIT_AUTOMAKE(ntrack, 006)
 
8
AM_INIT_AUTOMAKE(ntrack, 007)
9
9
 
10
10
dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
11
11
AM_CONFIG_HEADER(config.h)
59
59
AC_SUBST(LIBNL_LIBS)
60
60
AM_CONDITIONAL(HAVE_LIBNL, test $ac_have_libnl = 1)
61
61
 
 
62
if ! test "$ac_have_libnl" = "1"; then
 
63
        AC_ERROR([libnl is required])
 
64
fi
 
65
 
62
66
AC_OUTPUT(
63
67
 Makefile
64
68
 common/Makefile common/test/Makefile