From 38a9c206d9fc3b8b778788440c92020268a1b955 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 31 Oct 2013 14:10:31 +0000 Subject: [PATCH 04/17] Put Autoconf, Automake, Libtool droppings in /build-aux Equivalent to MC commit c3cba93. --- .gitignore | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89126a2..b9e474d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ cscope.out /TAGS /aclocal.m4 /autom4te.cache/ +/build-aux/ /config.guess /config.h /config.h.in diff --git a/configure.ac b/configure.ac index 472fc62..ec2b27d 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_34], [Prevent post 2.32 AP AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -AC_CONFIG_AUX_DIR(.) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE(1.12 dist-bzip2 no-define no-dist-gzip tar-ustar -Wno-portability parallel-tests) AC_SEARCH_LIBS([strerror],[cposix]) -- 1.8.4.rc3