From: Uwe Hermann Date: Tue, 3 Jan 2012 20:55:48 +0000 (+0100) Subject: Put most autotools files into autostuff/. X-Git-Tag: sigrok-cli-0.3.0~82 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=d04f8fdcc1150f5775ee0ae680fb2fad0341b55d Put most autotools files into autostuff/. This yields a slightly more "tidy" top-level directory. --- 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])])