moved to m4 directory

This commit is contained in:
john30
2017-01-28 12:01:30 +01:00
parent b271f4356b
commit 8cec46912f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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_INIT([ebusd], m4_esyscmd_s([cat VERSION]), [ebusd@ebusd.eu], [ebusd], [https://github.com/john30/ebusd])
AC_CONFIG_AUX_DIR([build]) AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([macros]) AC_CONFIG_MACRO_DIR([m4])
if test -z $CXXFLAGS; then if test -z $CXXFLAGS; then
CXXFLAGS="-fpic -Wall -Wno-unused-function -Wextra -g -O2" CXXFLAGS="-fpic -Wall -Wno-unused-function -Wextra -g -O2"