[xiph-commits] r14334 - trunk/theora

tterribe at svn.xiph.org tterribe at svn.xiph.org
Sun Dec 30 09:40:20 PST 2007


Author: tterribe
Date: 2007-12-30 09:40:15 -0800 (Sun, 30 Dec 2007)
New Revision: 14334

Modified:
   trunk/theora/configure.ac
Log:
Don't check for ltablex when determining if we should build the format
 specification, since we provide it ourselves.


Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2007-12-30 09:18:31 UTC (rev 14333)
+++ trunk/theora/configure.ac	2007-12-30 17:40:15 UTC (rev 14334)
@@ -78,7 +78,7 @@
  if test "x$HAVE_PDFLATEX" = "xyes"; then
   if test "x$HAVE_BIBTEX" = "xyes"; then
     if test "x$HAVE_TRANSFIG" = "xyes"; then
-      tex_pkg_list=`fgrep usepackage doc/spec/spec.tex | grep \{`
+      tex_pkg_list=`fgrep usepackage doc/spec/spec.tex | grep \{ | grep -v ltablex`
       tex_pkg_ok="yes"
       for pkg_line in $tex_pkg_list; do
 	pkg_name=`echo $pkg_line | sed -e 's/.*{\(.*\)}.*/\1/'`



More information about the commits mailing list