~epii/+junk/encenv

« back to all changes in this revision

Viewing changes to ffpreset/configure.ac

  • Committer: epii
  • Date: 2010-09-16 08:56:09 UTC
  • Revision ID: public.epii@gmail.com-20100916085609-gxirky9icbnf6gb6
added ffpreset, simple frontend for ffmpeg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#                                               -*- Autoconf -*-
 
2
# Process this file with autoconf to produce a configure script.
 
3
 
 
4
AC_PREREQ([2.65])
 
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])
 
9
 
 
10
# Checks for programs.
 
11
AC_PROG_CC
 
12
AC_PROG_CC_C99
 
13
 
 
14
# Checks for libraries.
 
15
 
 
16
# Checks for header files.
 
17
 
 
18
# Checks for typedefs, structures, and compiler characteristics.
 
19
 
 
20
# Checks for library functions.
 
21
 
 
22
AC_CONFIG_FILES([Makefile presets/Makefile])
 
23
AC_OUTPUT