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
])
' value='77b610006ffdf55718bd23a84a4d478537c296c7'/>
path: root/security/monkeysphere
Commit message (Expand)AuthorAgeFilesLines
* security/monkeysphere: update 0.41 to 0.42egypcio2019-02-2518-434/+423
* security/monkeysphere: Reset maintainertobik2018-10-251-1/+1
* security/monkeysphere: update to 0.4.1rene2017-01-125-77/+433
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-5/+5
* - Fix shebangsamdmi32015-07-151-1/+3
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-281-8/+0
* Add DOCS option where PORTDOCS is in plist.adamw2014-07-161-0/+2
* security/monkeysphere: update to 0.36wg2014-06-206-91/+129
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2
* - drop invalid post-deinstall targetjgh2012-03-292-37/+34
* -remove MD5ohauer2011-07-031-1/+0
* - Convert to USERS/GROUPSpgollucci2010-09-223-67/+3