[gftp/autotools: 8/12] configure:store autoconf macros in m4 and autogenerated files in build-aux



commit a6714640ffe0dd83f20185e5007441c237a56922
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Sep 30 00:26:42 2013 +0100

    configure:store autoconf macros in m4 and autogenerated files in build-aux

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e3cb8be..ac537b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,8 @@ AC_INIT([gFTP],
 
 AC_CONFIG_SRCDIR([lib/gftp.h])
 AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([-Wall tar-ustar no-dist-gzip dist-xz])
 


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