X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=configure.ac;h=b939a84d48128f9e09863f52ed1d755fbc719558;hp=67347a40faee84d90129ef16506c1cc9416695dc;hb=d04f8fdcc1150f5775ee0ae680fb2fad0341b55d;hpb=1999ae06a4d06ea323218707f8e8a3c59ed404e7 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])])