debrix-extension-dri Makefile.am, NONE, 1.1 autogen.sh, NONE, 1.1 configure.ac, NONE, 1.1

Adam Jackson <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: ajax

Update of /cvs/xserver/debrix-extension-dri
In directory pdx:/home/ajax/debrix-extension-dri

Added Files:
	Makefile.am autogen.sh configure.ac 
Log Message:
Initial import for libdri.so


--- NEW FILE: Makefile.am ---
AUTOMAKE_OPTIONS = foreign
SUBDIRS = dri

--- NEW FILE: autogen.sh ---
#! /bin/sh
autoreconf -v --install || exit 1
./configure --enable-maintainer-mode "$@"

--- NEW FILE: configure.ac ---
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([debrix-extension-dri],
        0.1.0,
        [[email protected]],
        debrix-extension-dri)

AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])

AM_MAINTAINER_MODE

AM_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR(.)

# Checks for programs.
AC_PROG_LIBTOOL
AC_PROG_CC

# Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, debrix)
driverdir=$(pkg-config --variable=driverdir debrix)
AC_SUBST([driverdir])
sdkdir=$(pkg-config --variable=sdkdir debrix)

CFLAGS="$XORG_CFLAGS -include debrix.h "'-I$(top_srcdir)/dri'
INCLUDES="$XORG_INCS -I${sdkdir}"
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])

# Checks for libraries.

# Checks for header files.
AC_HEADER_STDC

AC_OUTPUT([Makefile dri/Makefile])
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.