Mercurial > MadButterfly
comparison configure.ac @ 465:d8181696b689 Android_Skia
Move functions into graphic engine layers.
Cairo and Skia have their own header files and C/C++ files. Some
functions are refactoried and move into graphic engine layer to make
reset of MadButterfly independently from graphic engines.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:22:30 +0800 |
parents | 271212f325b4 |
children | cd6f57b9b104 |
comparison
equal
deleted
inserted
replaced
464:271212f325b4 | 465:d8181696b689 |
---|---|
2 # Process this file with autoconf to produce a configure script. | 2 # Process this file with autoconf to produce a configure script. |
3 | 3 |
4 AC_PREREQ(2.61) | 4 AC_PREREQ(2.61) |
5 AC_INIT([MadButterfly],[0.0],[http://www.assembla.com/spaces/MadButterfly]) | 5 AC_INIT([MadButterfly],[0.0],[http://www.assembla.com/spaces/MadButterfly]) |
6 AC_CONFIG_SRCDIR([README.h]) | 6 AC_CONFIG_SRCDIR([README.h]) |
7 AC_CONFIG_HEADER([config.h]) | 7 AC_CONFIG_HEADER([include/mb_config.h]) |
8 AM_INIT_AUTOMAKE([foreign]) | 8 AM_INIT_AUTOMAKE([foreign]) |
9 | 9 |
10 # Checks for programs. | 10 # Checks for programs. |
11 AC_PROG_CC | 11 AC_PROG_CC |
12 LT_INIT | 12 LT_INIT |