X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FPackage.h;h=c7befb369e04ae287311bd19653541200733d329;hb=127e5b1955af5edc9000c8c8c9fb40494a5f2096;hp=e5cc32326044e6025ee96d9428c7d860e597cf6c;hpb=ac8b77fc032a2ec97409f30c31a023a18fca64d3;p=lyx.git diff --git a/src/support/Package.h b/src/support/Package.h index e5cc323260..c7befb369e 100644 --- a/src/support/Package.h +++ b/src/support/Package.h @@ -134,11 +134,11 @@ public: */ static FileName const & get_home_dir(); - /** Command to run the configure script. - * Caution: This is "ready-to-run", i.e. in the locale encoding, not - * utf8. - */ - std::string const & configure_command() const; + /// Run configure.py + int reconfigureUserLyXDir(std::string const & option) const; + + /// + std::string getConfigureLockName() const; private: FileName binary_dir_; @@ -151,6 +151,10 @@ private: mutable FileName document_dir_; mutable FileName temp_dir_; FileName system_temp_dir_; + /** Command to run the configure script. + * Caution: This is "ready-to-run", i.e. in the locale encoding, not + * utf8. + */ mutable std::string configure_command_; bool explicit_user_support_dir_; bool in_build_dir_;