diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2004-05-19 04:59:31 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2004-05-19 04:59:31 +0000 |
| commit | d0a9b9a03fc7ae74ef8a64593ac6b592526ec4d5 (patch) | |
| tree | e03d2a7fac8c7619f1286545f717ef7ee3866cd6 /filters/configure.ac | |
- initial import
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@7 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'filters/configure.ac')
| -rw-r--r-- | filters/configure.ac | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/filters/configure.ac b/filters/configure.ac new file mode 100644 index 0000000..449ada3 --- /dev/null +++ b/filters/configure.ac @@ -0,0 +1,27 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.57) +AC_INIT(php-imlib-filters, 0.1, pp@siedziba.pl) +AC_CONFIG_SRCDIR([php_testfilter.c]) +AC_CONFIG_HEADER([config.h]) + +# Checks for programs. +AC_PROG_CC +AC_PROG_INSTALL + + +# Checks for libraries. +# FIXME: Replace `main' with a function in `-lm': +# AC_CHECK_LIB([m], [main]) + +# Checks for header files. + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. +AC_HEADER_STDC +AC_CHECK_FUNCS([floor memset sqrt]) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT |
