From 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 26 Feb 2018 11:23:00 +0100 Subject: Initial commit for sylpheed 3.7.0 --- ac/aclocal-include.m4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ac/aclocal-include.m4 (limited to 'ac/aclocal-include.m4') diff --git a/ac/aclocal-include.m4 b/ac/aclocal-include.m4 new file mode 100644 index 0000000..aac5f8a --- /dev/null +++ b/ac/aclocal-include.m4 @@ -0,0 +1,12 @@ +# aclocal-include.m4 +# +# This macro adds the name macrodir to the set of directories +# that `aclocal' searches for macros. + +dnl SYLPHEED_ACLOCAL_INCLUDE(macrodir) +AC_DEFUN([SYLPHEED_ACLOCAL_INCLUDE], +[ + test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" + + for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done +]) -- cgit v1.3