]> sigrok.org Git - libsigrok.git/commitdiff
Build: Place Autoconf macros into m4/ directory
authorDaniel Elstner <redacted>
Sat, 22 Aug 2015 18:58:11 +0000 (20:58 +0200)
committerDaniel Elstner <redacted>
Mon, 24 Aug 2015 18:04:29 +0000 (20:04 +0200)
This separates the M4 macros from the other cruft in autostuff/
to prepare for the introduction of custom macro files.

Makefile.am
configure.ac

index a46bed5d1c5e58501340f0e9b0f2f1d12df8b260..b9ac8d8404f4f607692311a205c6f8cd560a22b5 100644 (file)
@@ -18,7 +18,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-ACLOCAL_AMFLAGS = -I autostuff
+ACLOCAL_AMFLAGS = -I m4
 
 local_includes = -Iinclude -I$(srcdir)/include -I$(srcdir)/src -I.
 if BINDINGS_CXX
index 173f34444b467f7c260a994ab719b95343581e97..97337fca97752d2043cccddd1f75e52fb6b91b5a 100644 (file)
@@ -30,7 +30,7 @@ AC_INIT([libsigrok], [sr_package_version_major.sr_package_version_minor.sr_packa
        [sigrok-devel@lists.sourceforge.net],
        [libsigrok], [http://www.sigrok.org])
 AC_CONFIG_HEADERS([config.h include/libsigrok/version.h])
-AC_CONFIG_MACRO_DIR([autostuff])
+AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([autostuff])
 
 # We require at least automake 1.11 (needed for 'silent rules').