shithub: aacenc

ref: 58547908ce3d5c6f0b79153d015cc6f699f6eb30
dir: /configure.in/

View raw version
AC_INIT()
AM_INIT_AUTOMAKE(faac,1.0beta)

AC_PROG_CC
AM_PROG_LIBTOOL

AC_CHECK_LIB(sndfile, sf_open_read)

AC_OUTPUT(libfaac/Makefile frontend/Makefile Makefile)