debrix-driver-fbdev ChangeLog,NONE,1.1 configure.ac,NONE,1.1

Daniel Stone <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: daniel

Update of /cvs/xserver/debrix-driver-fbdev
In directory pdx:/tmp/cvs-serv8556

Added Files:
	ChangeLog configure.ac 
Log Message:
Initial import of fbdev driver from the monolithic tree.

--- NEW FILE: ChangeLog ---
2004-06-25  Daniel Stone  <[email protected]>

	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	* fbdev/Makefile.am:
	Initial import from monolithic tree.

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

AC_PREREQ(2.57)
AC_INIT([debrix-driver-fbdev],
        0.1.0,
        [[email protected]],
        debrix-driver-fbdev)

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

AC_ARG_ENABLE(dri, [ --enable-dri ], [ DRI="yes" ], [ DRI="no" ])
AM_CONDITIONAL(DRI, [ test "$xDRI" == "xyes" ])

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

CFLAGS="$XORG_CFLAGS -include debrix.h "
INCLUDES="$XORG_INCS"
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])

# Checks for libraries.

# Checks for header files.
AC_HEADER_STDC

AC_OUTPUT([Makefile
           fbdev/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.