[gftp/autotools: 8/12] configure:store autoconf macros in m4 and autogenerated files in build-aux
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gftp/autotools: 8/12] configure:store autoconf macros in m4 and autogenerated files in build-aux
- Date: Mon, 30 Sep 2013 11:46:58 +0000 (UTC)
commit 1f2f597cc4a20bdc05efe1222f1bf9c760ba7cbf
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
Makefile.am | 2 +-
configure.ac | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6db39bd..349ec3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
SUBDIRS= docs lib po src
-EXTRA_DIST= config.rpath ChangeLog-old README THANKS TODO \
+EXTRA_DIST= build-aux/config.rpath config.rpath ChangeLog-old README THANKS TODO \
gftp.spec.in debian/changelog debian/compat debian/control debian/copyright \
debian/gftp-common.dirs debian/gftp-common.docs debian/gftp-common.install \
debian/gftp-gtk.install debian/gftp-gtk.links debian/gftp-gtk.menu \
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]