]> sigrok.org Git - libsigrok.git/blobdiff - configure.ac
Build: Place Autoconf macros into m4/ directory
[libsigrok.git] / configure.ac
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').