summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2005-07-06 17:37:47 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2005-07-06 17:37:47 +0000
commit9c103961db05109a4585e3cfcfa823a50b8df423 (patch)
treef8e3777bef76e7ccecd92f4600ffd21a9d1c3700 /autogen.sh
parent77d60c2b0e3b064d752fffe58c42f5b643ad86c6 (diff)
downloadogg-git-9c103961db05109a4585e3cfcfa823a50b8df423.tar.gz
a dist fix for macosx because of filesystem case handling
svn path=/trunk/ogg/; revision=9550
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 78b1f65..82af62b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -112,5 +112,10 @@ $AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
echo " autoconf"
autoconf || exit 1
+# this search and replace hack is specifically for MacOSX where automake
+# picks up changelog in debian/ because of filesystem
+# case-not-quite-sensitivity breaking make distcheck
+perl -i -p -e 's/DIST_COMMON = ChangeLog/DIST_COMMON =/g' debian/Makefile.in
+
cd $olddir
$srcdir/configure --enable-maintainer-mode "$@" && echo