summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2005-09-07 19:04:01 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2005-09-07 19:04:01 +0000
commitab8748e4d78c483236a5d9740fff255e7fb32ff2 (patch)
treecd6a9fe092203df688b40420e13d4c5b7182ac2d /autogen.sh
parentd065e42cd430fef2ef81791fd321f9ecdd8cf68c (diff)
downloadogg-ab8748e4d78c483236a5d9740fff255e7fb32ff2.tar.gz
get rid of the macosx hack by disting debian from toplevel Makefile.am
git-svn-id: http://svn.xiph.org/trunk/ogg@9990 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index ee43b01..d2314f7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -112,10 +112,5 @@ autoheader || 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