From c58f447dd3fc289b9981d969fe065f371e0e7437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 4 Jan 2012 02:31:51 +0100 Subject: [PATCH] BUILD: Use aux directory to store autogenerated files And moving the empty config.rpath into the build-aux directory --- config.rpath => build-aux/config.rpath | 0 configure.ac | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename config.rpath => build-aux/config.rpath (100%) diff --git a/config.rpath b/build-aux/config.rpath similarity index 100% rename from config.rpath rename to build-aux/config.rpath diff --git a/configure.ac b/configure.ac index 3e763fbb89..d4f2990c2b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,13 @@ AC_PREREQ([2.65]) AC_INIT([eos],[0.0.1]) +AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET -AC_CONFIG_SRCDIR([config.h.in]) -AC_CONFIG_HEADERS(config.h) + AM_INIT_AUTOMAKE(eos, 0.0.1) dnl SDL params to configure