From d3eec1c00282b93f1ca539b441ecdddb56b17041 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Fri, 14 Jun 2013 21:36:31 +0200
Subject: [PATCH v2 00/18] neard build fixes and cleanups
Status: obsolete
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Hi!

This is a rebased version of the previous patch series [0], including
three new patches (the last ones), with some improvements and typo
fixes to the commit messages.

  [0] <https://lists.01.org/pipermail/linux-nfc/2013-March/001339.html>

Thanks,
Guillem

Guillem Jover (18):
  build: Use autoreconf instead of open coding it
  build: Add project mailing list to configure contact address
  build: Use AS_HELP_STRING instead of obsolete AC_HELP_STRING
  build: Use LT_INIT instead of AC_DISABLE_STATIC and AC_PROG_LIBTOOL
  build: Namespace local macros with NEARD_ instead of none or AC_
  build: Use AC_LANG instead of obsolete AC_LANG_C
  build: Move files from AC_OUTPUT to AC_CONFIG_FILES
  build: Correctly balance quoting marks for -D definitions
  build: Move preprocessor flags to AM_CPPFLAGS
  build: Fix out-of-tree builds
  build: Move unit tests from noinst_PROGRAMS to check_PROGRAMS
  build: Always run the unit tests regardless of the tools being built
  build: Do not set default prefix to the same autoconf default
  build: Do not expand libdir variable
  build: Unify and centralize plugindir default to be PKGLIBDIR/plugins
  build: Install aclocal files into an m4 directory
  build: Update ignore rules for new automake test suite
  build: Ignore test-snep-read unit test

 .gitignore   |  5 +++++
 Makefile.am  | 32 +++++++++++++++-----------------
 acinclude.m4 | 10 +++++-----
 bootstrap    |  9 ++++-----
 configure.ac | 46 +++++++++++++++++++++++++---------------------
 neard.pc.in  |  4 ++--
 6 files changed, 56 insertions(+), 50 deletions(-)

-- 
1.8.3.1

