diff options
Diffstat (limited to 'macros/aclocal-include.m4')
-rw-r--r-- | macros/aclocal-include.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/macros/aclocal-include.m4 b/macros/aclocal-include.m4 new file mode 100644 index 0000000000..c58c767db4 --- /dev/null +++ b/macros/aclocal-include.m4 @@ -0,0 +1,10 @@ +# aclocal-include.m4 +# +# This macro adds the name macrodir to the set of directories +# that `aclocal' searches for macros. + +# serial 1 + +dnl AM_ACLOCAL_INCLUDE(macrodir) +AC_DEFUN([AM_ACLOCAL_INCLUDE], +[ACLOCAL="$ACLOCAL -I $1"]) |