From 8cec46912f8a126f5f44144edfa392b53f0b0727 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 28 Jan 2017 12:01:30 +0100 Subject: [PATCH] moved to m4 directory --- configure.ac | 2 +- {macros => m4}/ax_cxx_compile_stdcxx.m4 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {macros => m4}/ax_cxx_compile_stdcxx.m4 (100%) 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