symbian-qemu-0.9.1-12/dtc-trunk/configure.ac
author johnathan.white@2718R8BGH51.accenture.com
Mon, 08 Mar 2010 18:45:03 +0000
changeset 46 b6935a90ca64
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer Add example minigui application with hooks to profiler (which writes results to S:\). Modified NGA framebuffer to run its own dfc queue at high priority

#                                               -*- Autoconf -*-
# Copyright (C) 2008 CodeSourcery
# All rights reserved.
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(dtc, 1.2.0, support@codesourcery.com)
AM_INIT_AUTOMAKE

AC_CANONICAL_HOST

# Checks for programs.
AC_PROG_CC
AC_PROG_YACC
AC_PROG_LEX

# Checks for libraries.

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.
AC_GNU_SOURCE

# Checks for library functions.

# Other checks.

CSL_AC_MAINTAINER_MODE
CSL_AC_PKGVERSION
CSL_AC_BUGURL

AC_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT