2
# Process this file with autoconf to produce a configure script.
5
AC_INIT([ffpreset], [0.1], [public.epii@gmail.com])
6
AC_CONFIG_SRCDIR([ffpreset.c])
7
AC_CONFIG_HEADERS([config.h])
8
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
10
# Checks for programs.
14
# Checks for libraries.
16
# Checks for header files.
18
# Checks for typedefs, structures, and compiler characteristics.
20
# Checks for library functions.
22
AC_CONFIG_FILES([Makefile presets/Makefile])