debrix-driver-vesa ChangeLog,NONE,1.1 configure.ac,NONE,1.1
Adam Jackson
xserver-commit at pdx.freedesktop.org
Fri Jul 2 14:21:05 PDT 2004
Committed by: ajax
Update of /cvs/xserver/debrix-driver-vesa
In directory pdx:/home/ajax/tmp/debrix-driver-vesa
Added Files:
ChangeLog configure.ac
Log Message:
Finish autotooling, make it build. (Insert lame "everywhere you want to be"
joke here).
--- NEW FILE: ChangeLog ---
2004-07-02 Adam Jackson <ajax at freedesktop.org>
* configure.ac, vesa/Makefile.am: Finish autotooling.
* vesa/vesa.c: Fix header location.
2004-06-25 Adam Jackson <ajax at freedesktop.org>
* Initial import from monolithic tree.
* Makefile.am, autogen.sh: First pass at autotooling.
--- NEW FILE: configure.ac ---
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([debrix-driver-vesa],
0.1.0,
[ajax at freedesktop.org],
debrix-driver-vesa)
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)/vesa'
INCLUDES="$XORG_INCS -I${sdkdir}"
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])
# Checks for libraries.
# Checks for header files.
AC_HEADER_STDC
AC_OUTPUT([Makefile vesa/Makefile])
More information about the xserver-commit
mailing list