]> sigrok.org Git - sigrok-cli.git/commitdiff
Put most autotools files into autostuff/.
authorUwe Hermann <redacted>
Tue, 3 Jan 2012 20:55:48 +0000 (21:55 +0100)
committerUwe Hermann <redacted>
Tue, 3 Jan 2012 22:34:31 +0000 (23:34 +0100)
This yields a slightly more "tidy" top-level directory.

Makefile.am
configure.ac

index 8ddf91f50bb0190a776a9fff0c53580ff134d1a9..323adeb78f9db2d7daad97d80b10a674c571890b 100644 (file)
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+ACLOCAL_AMFLAGS = -I autostuff
+
 SUBDIRS = doc
 
 bin_PROGRAMS = sigrok-cli
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_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])])