2 # Process this file with autoconf to produce a configure script.
6 AM_INIT_AUTOMAKE(harmony,20100921)
12 # Checks for header files.
14 AC_CHECK_HEADERS([float.h stdint.h stdlib.h string.h])
16 # Checks for typedefs, structures, and compiler characteristics.
22 # Checks for library functions.
25 AC_CONFIG_SUBDIRS([celt])
26 AC_CONFIG_SUBDIRS([silk])
28 AC_CONFIG_FILES([Makefile src/Makefile])