]> git.lyx.org Git - features.git/commitdiff
#11642 add version of used python to configure.log protocol
authorStephan Witt <switt@lyx.org>
Fri, 23 Aug 2019 06:09:53 +0000 (08:09 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:44 +0000 (15:48 +0200)
lib/configure.py

index a8a0da6bb378437960f2b703a973916f6f55c3a7..618677eca485555d899b2d4c893ca28ee116dc9f 100644 (file)
@@ -1804,6 +1804,7 @@ if __name__ == '__main__':
     lyx_keep_temps = False
     version_suffix = ''
     lyx_binary_dir = ''
+    logger.info("+Running LyX configure with Python %s.%s.%s", sys.version_info[0], sys.version_info[1], sys.version_info[2])
     ## Parse the command line
     for op in sys.argv[1:]:   # default shell/for list is $*, the options
         if op in [ '-help', '--help', '-h' ]: