From c6d639e3a337659a1790481f4de696459a11968a Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 23:16:32 +0100
Subject: [PATCH 00/15] neard build fixes and cleanups
Status: obsolete
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Hi!

This serie fixes some issue and cleanups a bit the build system.

Thanks,
Guillem

Guillem Jover (15):
  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

 Makefile.am  | 30 +++++++++++++-----------------
 acinclude.m4 | 10 +++++-----
 bootstrap    |  6 +-----
 configure.ac | 45 ++++++++++++++++++++++++---------------------
 neard.pc.in  |  6 +++---
 5 files changed, 46 insertions(+), 51 deletions(-)

-- 
1.8.2.rc2

