X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.m4;h=b3734852a2c9cbc5d41a354cde763a99cd62d460;hb=f7e97284cbbab098cf3bf99976ec8af3146df8d3;hp=236039082cb0f745f49c92bfcc024d1f1c48f958;hpb=89d73a60032c5c735554bd773df97703aa65be84;p=lyx.git diff --git a/lib/configure.m4 b/lib/configure.m4 index 236039082c..b3734852a2 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -463,16 +463,16 @@ changequote(,)dnl b :match -# Remove the \DeclareFOOClass macro and add the correct boolean -# at the end of the line telling whether the class is +# Remove the \DeclareFOOClass macro and add the correct boolean +# at the end of the line telling whether the class is # available s/^.*\DeclareLaTeXClass *\(.*\)/\1 "false"/ s/^.*\DeclareDocBookClass *\(.*\)/\1 "'$bool_docbook'"/ s/^.*\DeclareLinuxDocClass *\(.*\)/\1 "'$bool_linuxdoc'"/ -# If the macro had an optional argument with several +# If the macro had an optional argument with several # parameters, only keep the first one s/\[\([^,]*\),[^]]*\]/[\1]/ -# If the macro did not have an optional argument, provide one +# If the macro did not have an optional argument, provide one # (equal to the class name) s/^{/['$class']{/ # Remove brackets and replace with correctly quoted entries