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
])
gnome/log/print?h=gstreamer0.10-removal&id=d340ffb633d0706d320362d77ff635af9b55a7e0'>print
Commit message (Expand)AuthorAgeFilesLines
* - Update to 20060822acm2006-08-235-30/+293
* Fix another 2.1.x mismerge that caused a crash parsing certain pcf fonts.marcus2006-08-232-12/+23
* Correct patches for freetype2-2.1.x.marcus2006-08-232-31/+29
* Add patches to correct the security issues described in CVE-2006-3467.marcus2006-08-233-1/+506
* Fix MASTER_SITES.hrs2006-08-221-1/+1
* Chase a silent update and make fetchable again (the tutorial has beenthierry2006-08-222-4/+4
* - Define USE_GETTEXT, bump PORTREVISIONrafan2006-08-151-0/+2
* - Remove directories that are not in mtree filerafan2006-08-152-0/+18
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-1514-14/+14
* Tune the BROKEN finer -- it seems to affect the i386-current only.mi2006-08-155-5/+5
* Submit to Kris' insistence and mark BROKEN on -current. c++ gives up themi2006-08-155-0/+10
* Add advi 1.6.0, active-DVI viewer.rafan2006-08-157-0/+101
* - Respect DESTDIRrafan2006-08-131-9/+9
* - Fix pkg-plistmiwi2006-08-111-11/+0
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.jmelo2006-08-082-2/+4
* - update to 1.2.2 [1]itetcu2006-08-063-5/+2
* - update to 1.2.2 [1]itetcu2006-08-066-392/+539
* - try to catch if AFPL version of Ghostscript is used and warn the use it won'titetcu2006-08-061-4/+8
* - Update to 20060804acm2006-08-052-4/+4
* Add support for DESTDIR part I.erwin2006-08-041-1/+1
* Update to 7.0.8.hrs2006-08-024-14/+127
* Update to version 4.12.23itetcu2006-08-022-4/+4
* - Update to 20060723acm2006-07-246-10/+31
* Change maintainer address to my @FreeBSD.org emailacm2006-07-233-3/+3
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himlinimon2006-07-221-1/+1
* - Update to 2.0.1rafan2006-07-212-4/+5
* - Update to 4.12.22rafan2006-07-202-4/+4
* Fix WITHOUT_X11 support.hrs2006-07-191-6/+9
* Upgrade from 1.4.1 to 1.4.2 -- a recommended "maintainance" release.mi2006-07-1415-75/+70
* - - Update to 20060625clsung2006-07-142-4/+4
* Update to 4.12.21erwin2006-07-112-4/+4
* Update to new version 7.2.8andreas2006-07-104-5/+21
* - Fix build on sparc64ahze2006-07-092-8/+4
* EasyLatex is a preprocessor which takes an input file in "pseudo-latex",garga2006-07-075-0/+85
* Chase gnutls shlib version change.novel2006-07-071-1/+1
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.linimon2006-07-051-1/+1
* Mark as BROKEN on sparc64: fails to compile.linimon2006-07-031-1/+7
* fix acroread dependency after recent changes to the acrobat reader'sandreas2006-07-022-3/+3
* Fix a bug that dvipdfmx confuses 'wh' and 'bk' of tpic special.matusita2006-07-022-1/+27
* - Add missing dependencyrafan2006-06-301-1/+2
* Convert BUILD_DEPENDS on lang/gcc41 to a LIB_DEPENDS, since pdftk is dynamicallystefan2006-06-301-1/+2
* Fix dependency and installation directory.hrs2006-06-302-9/+8
* - Add dependency on print/cm-super.hrs2006-06-301-1/+2
* - Replace symlinks to CM Type 1 font files with ones to thehrs2006-06-302-174/+12
* - Use consistent installation directories.hrs2006-06-306-278/+284
* - Fix longstanding bugs in updmap(1) which prevent it fromhrs2006-06-305-8/+293
* New port: print/cm-superhrs2006-06-305-0/+967
* Add p5-PDF-Template 0.22, PDF layout system that uses the same datarafan2006-06-295-0/+101
* Starting with version 1.2.0 CUPS implements the "RunAsOption" no longer.itetcu2006-06-291-1/+2
* Fix a typo which resulted in the TEXINPUTS variable not beeing exported.jmz2006-06-281-2/+2
* Change to my FreeBSD.org email.rafan2006-06-273-3/+3
* Update to 11.83. Changes include:hrs2006-06-263-6/+9
* - Unbreak on 6.x (with a patch to please gcc)johans2006-06-262-4/+23
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0
* Update to version 1.3.3.2markus2006-06-256-8/+234
* Update to 1.16miwi2006-06-252-4/+4
* * Fixes problems with updating CUPS installation (Udo Schweigert)itetcu2006-06-242-5/+8
* Distfile rerolled, for the third time in 48 hours (small comments changed)itetcu2006-06-242-4/+4
* Update to 4.12.19erwin2006-06-242-7/+16
* - Depend on cups-base instead of cups-lpr if WITH_CUPS is definedahze2006-06-231-1/+1
* - update to current releaseitetcu2006-06-233-18/+4
* - Remove depends on cups-lprahze2006-06-231-1/+0
* - Remove cups-lpr, it has been merged in to print/cups-baseahze2006-06-2310-369/+0
* Disconnect print/cups-lpr from the build, since it breaks INDEX.cperciva2006-06-231-1/+0
* - Update to 1.2.0ahze2006-06-2316-1004/+974
* - Update to 20060618pav2006-06-203-4/+20
* - Update to 20060618pav2006-06-202-4/+4
* It no use to make it build OK on tinderbox if you commit an older file.itetcu2006-06-191-1/+3
* - depend on net/samba3 instead of old, forbiden net/samba [1] [2]itetcu2006-06-173-336/+337
* - Update to 2.4.1itetcu2006-06-173-11/+14
* - Update to 1.04mnag2006-06-163-10/+7
* Fix build with gcc 4.1vd2006-06-141-17/+18
* Update to 1.2.7miwi2006-06-122-4/+4
* upgrade to 0.2.7ijliao2006-06-123-7/+45
* USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more thanerwin2006-06-111-1/+0
* - Update to 20060413itetcu2006-06-115-26/+29
* - Update to 8.54pav2006-06-109-70/+173
* - Update to 2.4.0pav2006-06-103-10/+11
* - Restrict to Perl 5.6+aaron2006-06-101-1/+8
* - Add gutenprint (successor to gimp-print)ahze2006-06-0916-8878/+25729
* - Update to 20060607pav2006-06-092-4/+4
* - patch cups-pdf.conf instead of header file.itetcu2006-06-092-9/+22
* Update distinfo and bump PORTREVISION because the distfile hashrs2006-06-092-4/+4
* - Update to 1.50clsung2006-06-082-10/+11
* - Update to 0.6.1pav2006-06-083-5/+5
* A utility for printing text files (or stdin) through a terminal/terminalitetcu2006-06-07