aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-orbit-check.m4
blob: 95f4eaa8e55fb929c584b31b47ecada82678ec22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
dnl
dnl GNOME_ORBIT_HOOK (script-if-orbit-found, failflat)
dnl
dnl if failflag is "failure" it aborts if orbit is not found.
dnl

AC_DEFUN([GNOME_ORBIT_HOOK],[
    AC_PATH_PROG(ORBIT_CONFIG,orbit-config,no)
    if test x$ORBIT_CONFIG = xno; then
            if test x$2 = failure; then 
            AC_MSG_ERROR(Could not find orbit-config)
            fi
    else
        $1
        ORBIT_CFLAGS=`orbit-config --cflags client server`
        ORBIT_LIBS=`orbit-config --libs client server`
        AC_SUBST(ORBIT_CFLAGS)
        AC_SUBST(ORBIT_LIBS)
        AC_DEFINE(HAVE_ORBIT)
    fi
])

AC_DEFUN([GNOME_ORBIT_CHECK], [
    GNOME_ORBIT_HOOK([],failure)
])
1-1/+0 * Add xephyr, a kdrive-based X server. Xephyr will ultimately replace Xnest.flz2008-05-201-0/+1 * Retire xorg-printserver.flz2008-05-161-1/+0 * Remove support for XFree8-4.flz2008-03-081-5/+0 * Change to new x11-drivers category.nork2007-10-061-1/+0 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+0 * Add synaptics-0.14.4, is a driver for the Synaptics TouchPadnork2006-03-191-0/+1 * Bring xorg-server-snap port to 6.8.99.5 after repocopy from xorg-server. Thisanholt2005-05-041-0/+1 * Add Xdmx port of X.Org distribution:lesi2005-03-191-0/+1 * New port: mga_hal, a packaging of the Matrox HAL binary, which extends the setanholt2005-01-131-0/+1 * Remove the XFree86-Server snapshot. The main port has been updated, andmarcus2004-08-101-1/+0 * New port: xorg-nestserver, the nesting X server from X.Org.anholt2004-07-241-0/+1 * New port: xorg-vfbserver, the virtual framebuffer X server from X.Org.anholt2004-06-191-0/+1 * New port: xorg-printserver, the X Print server.anholt2004-06-191-0/+1 * New port: xorg-fontserver taken from X.Org release 6.7.0.anholt2004-06-111-0/+1 * New port: xorg-server taken from X.org release 6.7.0.anholt2004-05-101-0/+1 * As announced 2 months ago, remove these deprecated or broken ports.kris2004-04-111-16/+0 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-021-0/+2 * Add XFree86-4-Server-snapanholt2003-09-171-0/+1 * Remove x11-servers/XttXF98srv-EGC, x11-servers/XttXF98srv-GA968,kiri2003-05-231-14/+0 * As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-061-1/+0