ref: 849c0cf54dde798faf2b422f6012e6823ce4ed4d
parent: bd0684501e84d72e1fbe0428a10712eb46096eee
author: menno <menno>
date: Mon Sep 25 15:54:54 EDT 2006
Fixed FAAC configure.in multiline stuff
--- a/configure.in
+++ b/configure.in
@@ -66,6 +66,6 @@
#include <netinet/in.h>])
AC_CHECK_MEMBERS(fpos_t.__pos,,, [#include <stdio.h>])
-AC_OUTPUT(common/Makefile common/mp4v2/Makefile \
- libfaac/Makefile frontend/Makefile \
- include/Makefile Makefile)
+AC_OUTPUT(common/Makefile common/mp4v2/Makefile)
+AC_OUTPUT(libfaac/Makefile frontend/Makefile)
+AC_OUTPUT(include/Makefile Makefile)
\ No newline at end of file