From: Uwe Hermann Date: Tue, 3 Jan 2012 20:55:48 +0000 (+0100) Subject: Put most autotools files into autostuff/. X-Git-Tag: libsigrok-0.1.0~194 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d8521c939f19b08cb991df7d0731fa358381d61c;p=libsigrok.git Put most autotools files into autostuff/. This yields a slightly more "tidy" top-level directory. --- diff --git a/Makefile.am b/Makefile.am index aa3e33f0..3078cce6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I autostuff AM_CPPFLAGS = -I$(top_srcdir) diff --git a/configure.ac b/configure.ac index feeed0b4..4402259a 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,8 @@ m4_define([sigrok_version], AC_INIT([libsigrok], [libsigrok_version], [sigrok-devel@lists.sourceforge.net], [libsigrok], [http://www.sigrok.org]) AC_CONFIG_HEADER([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])])