# 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 ]) l'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-icons-jini
Commit message (Expand)AuthorAgeFilesLines
* Remove WANT_GNOME and HAVE_GNOME.mat2017-10-121-1/+0
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-30