diff --git a/configure.ac b/configure.ac index 792cc1aa..374ee5c7 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.63]) AC_INIT([ebusd], m4_esyscmd_s([cat VERSION]), [ebusd@ebusd.eu], [ebusd], [https://github.com/john30/ebusd]) AC_CONFIG_AUX_DIR([build]) -AC_CONFIG_MACRO_DIR([macros]) +AC_CONFIG_MACRO_DIR([m4]) if test -z $CXXFLAGS; then CXXFLAGS="-fpic -Wall -Wno-unused-function -Wextra -g -O2" diff --git a/macros/ax_cxx_compile_stdcxx.m4 b/m4/ax_cxx_compile_stdcxx.m4 similarity index 100% rename from macros/ax_cxx_compile_stdcxx.m4 rename to m4/ax_cxx_compile_stdcxx.m4