Recognizes if input is ogg or not.
[xiph.git] / ogg-tools / oggsplit / configure.in
blob24b8974a6ee8837a5ca62a502d2d26accb6d62b1
1 dnl Process this file with autoconf to produce a configure script.
3 AC_INIT(oggsplit.c)
4 dnl Every other copy of the package version number gets its value from here
5 AM_INIT_AUTOMAKE(oggsplit, 0.1.2)
7 AC_SUBST(VERSION)
9 AC_CANONICAL_HOST
11 dnl Checks for programs.
12 AC_PROG_INSTALL
13 AC_PROG_CC
15 dnl Checks for Ogg libraries and headers.
16 XIPH_PATH_OGG()
18 dnl Checks for libraries.
20 dnl Checks for header files.
21 AC_HEADER_STDC
23 AC_OUTPUT(Makefile)