blob: 1de6b1d3851c37eee41c615a2165488c2c45e931 [file] [log] [blame]
dnl This file is in the public domain.
dnl
dnl Configuration file - processed by autoconf.
AC_INIT([color-filter], [0])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([filter.c])
AM_INIT_AUTOMAKE([1.13])
AC_PROG_CC
gl_LIBTEXTSTYLE
AC_CONFIG_FILES([Makefile])
AC_OUTPUT