From d04f8fdcc1150f5775ee0ae680fb2fad0341b55d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 3 Jan 2012 21:55:48 +0100 Subject: [PATCH] Put most autotools files into autostuff/. This yields a slightly more "tidy" top-level directory. --- Makefile.am | 2 ++ configure.ac | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8ddf91f..323adeb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +ACLOCAL_AMFLAGS = -I autostuff + SUBDIRS = doc bin_PROGRAMS = sigrok-cli diff --git a/configure.ac b/configure.ac index 67347a4..b939a84 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,8 @@ AC_INIT([sigrok-cli], [0.1], [sigrok-devel@lists.sourceforge.net], AC_CONFIG_SRCDIR([sigrok-cli.c]) AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_MACRO_DIR([autostuff]) +AC_CONFIG_AUX_DIR([autostuff]) AM_INIT_AUTOMAKE([-Wall -Werror foreign std-options]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- 2.30.2