]> sigrok.org Git - libsigrok.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 aa3e33f018e40514026f02d46954a5dcd727d7f2..3078cce604fcf7f813641adcebf0db938e88cc13 100644 (file)
@@ -17,7 +17,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I autostuff
 
 AM_CPPFLAGS = -I$(top_srcdir)
 
index feeed0b48501e19725c0f7e58b6b423edf1eacd9..4402259ae1f4361427480efd160ffe9784c5da49 100644 (file)
@@ -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])])