]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - configure.ac.in
autotools: use top-level "m4" directory for macros.
[xfce4-hdaps.git] / configure.ac.in
index 77d4466d0a0b57d94389004cccd406a7a5d620eb..4f09255f57ebb8c0f1fc06e80144252d9c998a36 100644 (file)
@@ -14,6 +14,7 @@ AC_COPYRIGHT([Copyright (c) 2021
         Michael Orlitzky. All rights reserved.])
 AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [michael@orlitzky.com])
 AC_PREREQ([2.50])
+AC_CONFIG_MACRO_DIRS([m4])
 
 dnl ***************************
 dnl *** Initialize automake ***