Oops! I forgot to regenerate this file. Silly me...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@283 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 1999-11-03 13:13:09 +00:00
parent 1ae4671945
commit 546f5fcf51
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
1999-11-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lib/configure: forgot to re-generate it :( I'll make this file
auto generated soon.
1999-11-03 Lars Gullik Bjønnes <larsbj@lyx.org>
* src/support/lyxstring.C: some changes from length() to rep->sz.

6
lib/configure vendored
View File

@ -598,9 +598,9 @@ if test -z "$TOHTML" ; then
fi
case $TOHTML in
tth) html_command='tth -t $$FNname';;
latex2html) html_command='latex2html -no_subdir -split 0 -show_section_numbers $$FName';;
hevea) html_command='hevea -s $$FName -o $$OutName';;
tth) html_command="tth -t '\$\$Fname'";;
latex2html) html_command="latex2html -no_subdir -split 0 -show_section_numbers '\$\$FName'";;
hevea) html_command="hevea -s '\$\$FName'";;
esac
#### Explore the LaTeX configuration