Commit 80b04c19 authored by Rafaël Carré's avatar Rafaël Carré

contrib/faac: Uses only UNIX newline for the patch

parent e0ff9af8
......@@ -2,10 +2,10 @@ diff -ruN faac/bootstrap faac-new/bootstrap
--- faac/bootstrap 2004-07-28 10:18:20.000000000 +0200
+++ faac-new/bootstrap 2007-08-04 12:57:19.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
-aclocal -I .
+aclocal -I /usr/share/aclocal
autoheader
if test "`uname -s`" = Darwin; then
glibtoolize --automake
#! /bin/sh
-aclocal -I .
+aclocal -I /usr/share/aclocal
autoheader
if test "`uname -s`" = Darwin; then
glibtoolize --automake
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment