[xiph-commits] r9550 - trunk/ogg

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Wed Jul 6 10:37:50 PDT 2005


Author: thomasvs
Date: 2005-07-06 10:37:47 -0700 (Wed, 06 Jul 2005)
New Revision: 9550

Modified:
   trunk/ogg/autogen.sh
Log:
a dist fix for macosx because of filesystem case handling

Modified: trunk/ogg/autogen.sh
===================================================================
--- trunk/ogg/autogen.sh	2005-07-06 11:48:04 UTC (rev 9549)
+++ trunk/ogg/autogen.sh	2005-07-06 17:37:47 UTC (rev 9550)
@@ -112,5 +112,10 @@
 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



More information about the commits mailing list