shithub: aacenc

Download patch

ref: 15436622f7c20a4a366a2c42b442439b8e7cdd7b
parent: e162064e1a535c04a02acd1adf6803610e545f4e
author: menno <menno>
date: Mon Mar 19 16:14:13 EDT 2007

Updated configure.in

--- a/configure.in
+++ b/configure.in
@@ -66,6 +66,10 @@
 	 #include <netinet/in.h>])
 AC_CHECK_MEMBERS(fpos_t.__pos,,, [#include <stdio.h>])
 
-AC_OUTPUT(common/Makefile common/mp4v2/Makefile)
-AC_OUTPUT(libfaac/Makefile frontend/Makefile)
-AC_OUTPUT(include/Makefile Makefile)
\ No newline at end of file
+AC_OUTPUT([
+common/Makefile
+common/mp4v2/Makefile
+libfaac/Makefile
+frontend/Makefile
+include/Makefile
+Makefile])
\ No newline at end of file