From: Uwe Hermann Date: Tue, 3 Jan 2012 20:55:48 +0000 (+0100) Subject: Put most autotools files into autostuff/. X-Git-Tag: libsigrokdecode-0.1.0~217 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=087d133da974eff5c74322a0c08b5f91d97c3462;ds=sidebyside Put most autotools files into autostuff/. This yields a slightly more "tidy" top-level directory. --- diff --git a/Makefile.am b/Makefile.am index 0a19ad9..ccb83d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I autostuff SUBDIRS = decoders diff --git a/configure.ac b/configure.ac index 3d59297..8c24e56 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,8 @@ AC_INIT([libsigrokdecode], [libsigrokdecode_version], [sigrok-devel@lists.sourceforge.net], [libsigrokdecode], [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])])