From 25221ac65691d1571fe4b0e581dd3913f023b3e1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 31 Oct 2013 14:10:31 +0000 Subject: Put Autoconf, Automake, Libtool droppings in /build-aux Equivalent to MC commit c3cba93. (cherry picked from commit 38a9c206d9fc3b8b778788440c92020268a1b955) Reviewed-by: Guillaume Desmottes Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100 --- .gitignore | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 48a9667..6e93656 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 6e8274e..a629c52 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_32], [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 serial-tests) AC_SEARCH_LIBS([strerror],[cposix]) -- cgit v1.2.1