aboutsummaryrefslogtreecommitdiffstats
path: root/macros/aclocal-include.m4
blob: abf6533fe4d7086c73296059e1d8437e73688c71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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],
[
    AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y)

    test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"

    for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
])
mp;id=463ade5155835b5330a29b116955b3873ede326d'>root/textproc/texi2html
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-19