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
commit53dd1cfe58cd85ebd0c4525c0775ebdf70c4d144 (patch)
treef8e3777bef76e7ccecd92f4600ffd21a9d1c3700 /autogen.sh
parent2264a4c6a41ba1b4aca3f988d19530aec7e5e296 (diff)
downloadogg-53dd1cfe58cd85ebd0c4525c0775ebdf70c4d144.tar.gz
a dist fix for macosx because of filesystem case handling
git-svn-id: http://svn.xiph.org/trunk/ogg@9550 0101bb08-14d6-0310-b084-bc0e0c8e3800
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