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
])
/games/qix
Commit message (Expand)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+1
* Xvfb now requires ${X_FONTS_MISC_PORT} to be useful.kris2005-05-051-1/+2
* Fix package building by adding a dependency on Xvfb in thekris2005-01-021-2/+5
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-7/+4
* Change BROKEN to IGNORE when no X session is present. Will only affectlinimon2004-05-171-1/+1
* Add size data.trevor2004-03-181-0/+1
* Clear moonlight beckons.ade2003-03-072-1/+1
* Don't build the port if $DISPLAY is not defined.jmz2002-05-231-0/+4
* Use user:group notation for chown. Install root:games instead ofkris2002-05-171-0/+30
* Use user:group in call to chown.steve2001-07-261-1/+1
* Standartise the way used to disable X11 support in various ports. From nowsobomax2001-06-051-1/+1
* Upgrade to version 1.2.jmz2001-04-164-8/+17
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andasami2000-09-121-1/+9
* Fix pkg/COMMENTjmz2000-07-191-1/+1
* Use ${MASTER_SITE_LOCAL}.asami2000-06-291-1/+2
* Move distfile to local-distfiles directory on ftp.FreeBSD.orgjmz2000-06-121-1/+1