]> git.lyx.org Git - lyx.git/blobdiff - config/lib_configure.m4
Use "using" to bring STL templates from the std:: namespace into normal namespace.
[lyx.git] / config / lib_configure.m4
index 1fb98db8f4e45daccdeae9662683e073a7e63b1e..fed13da4452a5bb77f02dd0c696676a66c4a90bd 100644 (file)
@@ -247,7 +247,7 @@ esac
 # Search for a latex to html converter
 SEARCH_PROG([for an HTML converter], TOHTML, tth latex2html hevea)
 case $TOHTML in
-       tth) html_command="tth -t '\$\$Fname'";;
+       tth) html_command="tth -t < '\$\$FName' > '\$\$OutName'";;
  latex2html) html_command="latex2html -no_subdir -split 0 -show_section_numbers '\$\$FName'";;
       hevea) html_command="hevea -s '\$\$FName'";;
 esac