repo.or.cz
/
libmkv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The rest of the project files.
[libmkv.git]
/
configure.in
blob
b03ae0c76b7399a0add391022b45e56c5b3bca5b
1
dnl Process this file with autoconf to produce a configure script.
2
3
AC_PREREQ(2.61)
4
5
AC_INIT([libmkv], [0.01], [saintdev@gmail.com])
6
7
AM_INIT_AUTOMAKE([1.10 foreign])
8
9
AC_PROG_CC
10
11
AC_CONFIG_FILES([Makefile])
12
AC_OUTPUT