# 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, false) test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done ]) cis.org/~lantw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/ng_daphne
Commit message (Expand)AuthorAgeFilesLines
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=edwin2007-10-071-1/+2
* Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-291-8/+1
* - Utilize PORTDOCSmarkus2007-02-071-2/+4
* SHA256ifyedwin2006-01-231-0/+1
* Fix buildarved2005-06-151-0/+8
* Honor SYSDIR overrideimp2005-02-2583df30eb1be3ad0318084be29'>diffstats
Commit message (Expand)AuthorAgeFilesLines
* 1: Support STAGEDIR.vanilla2013-11-162-42/+34