[xiph-commits] r9553 - trunk/theora

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Thu Jul 7 06:24:39 PDT 2005


Author: thomasvs
Date: 2005-07-07 06:24:35 -0700 (Thu, 07 Jul 2005)
New Revision: 9553

Modified:
   trunk/theora/autogen.sh
Log:
fix for case-insensitive file systems picking up debian/changelog in DIST_COMMON

Modified: trunk/theora/autogen.sh
===================================================================
--- trunk/theora/autogen.sh	2005-07-06 21:54:38 UTC (rev 9552)
+++ trunk/theora/autogen.sh	2005-07-07 13:24:35 UTC (rev 9553)
@@ -112,5 +112,11 @@
 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 
 cd $olddir
 $srcdir/configure --enable-maintainer-mode "$@" && echo



More information about the commits mailing list