]> sigrok.org Git - sigrok-cli.git/blobdiff - configure.ac
Put most autotools files into autostuff/.
[sigrok-cli.git] / configure.ac
index 67347a40faee84d90129ef16506c1cc9416695dc..b939a84d48128f9e09863f52ed1d755fbc719558 100644 (file)
@@ -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_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])])
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign std-options])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])