blob: c47245e81d497e49032a62ed30b768d3febf0f71 (
plain) (
tree)
|
|
# http://cvs.sourceforge.net/viewcvs.py/avisynth2/avisynth/build/linux/Attic/configure.in?rev=1.1.2.6.4.17&only_with_tag=avisynth_3_0&view=auto
dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(configure.in)
AC_ISC_POSIX
AM_INIT_AUTOMAKE(espik, 0.0.1)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC
AC_C_CONST
AC_C_INLINE
dnl espik specific check (include in m4)
AC_C___ATTRIBUTE__
AC_ESPIK_DEBUG
AC_CHK_ECORE
AC_OUTPUT([
Makefile
src/Makefile
])
|