summaryrefslogtreecommitdiffstats
path: root/thirdparties/scripts/ilbc/configure.ac
blob: 16183723b735e7f0a3f3e765dae3e7538d9006ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AC_PREREQ([2.0])
AC_INIT(libiLBC, 0.1, diopmamadou(at)doubango(DOT)org)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([anaFilter.c])

dnl find suitable C compiler
AC_PROG_CC

AC_PROG_INSTALL

AC_PROG_LIBTOOL
AC_LIBTOOL_WIN32_DLL

AC_PROG_SED

AC_PROG_MAKE_SET

AC_OUTPUT(
Makefile
)
OpenPOWER on IntegriCloud