summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 6c3856af8ac8..b021ccc05f29 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -176,10 +176,10 @@ die "Failed to generate the configure script" if (! -f "configure");
# Handle help arguments first, so we don't clobber autogen.lastrun
for my $arg (@ARGV) {
if ($arg =~ /^(--help|-h|-\?)$/) {
- print STDERR "autogen.sh - libreoffice configuration helper\n";
- print STDERR " --clean forcibly re-generate configuration\n";
- print STDERR " --best-effort don't fail on un-known configure with/enable options\n";
- print STDERR "\nOther arguments passed directly to configure:\n\n";
+ print STDOUT "autogen.sh - libreoffice configuration helper\n";
+ print STDOUT " --clean forcibly re-generate configuration\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");
exit;
}