[Libreoffice-commits] core.git: autogen.sh
Gabor Kelemen (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 26 08:14:13 UTC 2019
autogen.sh | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit c49583e9a005276b9393c2393ea79b92816e07f3
Author: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Mon Mar 25 18:36:23 2019 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Mar 26 09:13:50 2019 +0100
autogen.sh: add --help description about the --with-distro switch
Change-Id: I8d9732251b05ec4ec93ce0fc0ba24f2f27d54b18
Reviewed-on: https://gerrit.libreoffice.org/69712
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
diff --git a/autogen.sh b/autogen.sh
index 0ac16f1f9779..608e2b6ab82f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -203,6 +203,8 @@ for my $arg (@ARGV) {
if ($arg =~ /^(--help|-h|-\?)$/) {
print STDOUT "autogen.sh - libreoffice configuration helper\n";
print STDOUT " --clean forcibly re-generate configuration\n";
+ print STDOUT " --with-distro use a config from distro-configs/\n";
+ print STDOUT " the name needs to be passed without extension\n";
print STDOUT " --best-effort don't fail on un-known configure with/enable options\n";
print STDOUT "\nOther arguments passed directly to configure:\n\n";
system ("./configure --help");
More information about the Libreoffice-commits
mailing list