Description: Add correctly the local macro directory Author: Thanh Tung Nguyen Last-Updated: 2013-11-02 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ ASSEMBLY_SHORTNAME="appindicator3" ASSEMBLY_TITLE="AppIndicator3#" ASSEMBLY_VERSION="12.10.0" -AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"]) +AC_CONFIG_MACRO_DIR([m4]) AC_SUBST(ASSEMBLY_NAME) AC_SUBST(ASSEMBLY_VERSION) --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = sources sources/glue doc pkgconfigdir = $(libdir)/pkgconfig