[d-feet] build: Put various Autotools droppings in build-aux/



commit 64862af35f23763bee576d361e3aafd2ff3bafcb
Author: Simon McVittie <smcv debian org>
Date:   Sat Nov 4 14:58:46 2017 +0000

    build: Put various Autotools droppings in build-aux/
    
    This is not strictly necessary, but seems more tidy than leaving
    them in the root directory.
    
    Signed-off-by: Simon McVittie <smcv debian org>
    Bug-Debian: https://bugs.debian.org/829972
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789906

 .gitignore   |    1 +
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bf17e7..274b50f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ d_feet.egg-info/
 test/
 dist/
 build/
+build-aux/
 Makefile
 Makefile.in
 Makefile.in.in
diff --git a/configure.ac b/configure.ac
index ab2617f..6ad95c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AC_INIT([d-feet],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=d-feet],
         [d-feet],
         [https://wiki.gnome.org/Apps/DFeet])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.11 -Wall foreign no-define tar-ustar no-dist-gzip dist-xz])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]