diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2011-05-04 22:45:49 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2011-05-04 22:45:49 +0000 |
| commit | 2a0b9cc4d31a3d50d1eee64086b46209792af2e5 (patch) | |
| tree | 91d5ca6942c2558c020e60048a94d3e59c328680 /filters/configure.ac | |
| parent | fd3e80fb30194c7c5dc4e8069852559ab054b204 (diff) | |
- cleaned old and not working autoconf files for filters
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@338 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'filters/configure.ac')
| -rw-r--r-- | filters/configure.ac | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/filters/configure.ac b/filters/configure.ac deleted file mode 100644 index 449ada3..0000000 --- a/filters/configure.ac +++ /dev/null @@ -1,27 +0,0 @@ -# -*- 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 |
