aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-common.m4
blob: 83bb00d7098c4ad9c5cb6d632e491120654d96f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# gnome-common.m4
# 
# This only for packages that are not in the GNOME CVS tree.

dnl GNOME_COMMON_INIT

AC_DEFUN([GNOME_COMMON_INIT],
[
    GNOME_ACLOCAL_DIR="$GNOME_COMMON_MACROS_DIR"
    AC_SUBST(GNOME_ACLOCAL_DIR)

    ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
])

acd7e7cecdb38bd7'>commitdiffstats
path: root/java/javavmwrapper
Commit message (Expand)AuthorAgeFilesLines
* . Add support for openjdk6.glewis2009-05-224-12/+30
* Try jman(1) from ports/japanese/man instead of man(1) for japanese manualjkim2008-05-012-3/+8