The attached minor patches fix a couple of typos that cause configure.py to give an unexplained (this could be improved) 1 exit status.
These typos were introduced into trunk here: http://www.lyx.org/trac/changeset/503bd6cf7193b3aaf806dfeb896248116a06d8b2/lyxgit and branch here: http://www.lyx.org/trac/changeset/4e1bc622cac23900ecbd6a2868adcfd6f3601eaf/lyxgit I think this failure of configure went unnoticed because there is no error displayed (except through stderr) when configure is run for the first time after installing LyX. There is an error displayed when reconfigure is run. To see this, if you have the current trunk installed, run reconfigure. Shouldn't this same error be displayed when configure.py is run the first time? Scott
diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index d4ae658..dbd1bd5 100644 --- a/lib/chkconfig.ltx +++ b/lib/chkconfig.ltx @@ -368,8 +368,8 @@ \TestPackage{marvosym} \TestPackage{pmboxdraw} \TestPackage{textgreek} -\TestPackage{txfonts] -\TestPackage{wasysym] +\TestPackage{txfonts} +\TestPackage{wasysym} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% END ACTUAL CONFIGURATION INSPECTION CODE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index 942707d..5e2f751 100644 --- a/lib/chkconfig.ltx +++ b/lib/chkconfig.ltx @@ -371,8 +371,8 @@ \TestPackage{marvosym} \TestPackage{pmboxdraw} \TestPackage{textgreek} -\TestPackage{txfonts] -\TestPackage{wasysym] +\TestPackage{txfonts} +\TestPackage{wasysym} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%