[Libreoffice-commits] .: autogen.sh
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 17 05:54:36 PST 2012
autogen.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 695c1946e6898b20035c9f373a6fe5377f23213e
Author: Enrico Weigelt, metux ITS <metuxitservice at googlemail.com>
Date: Sat Nov 17 11:12:31 2012 +0100
Fixed previous commit on autogen.sh default config
Change-Id: I29cc49dcc284b462ac29d0d040e331f3e6d08e74
Reviewed-on: https://gerrit.libreoffice.org/1097
Reviewed-by: Rene Engelhard <rene at debian.org>
Tested-by: Rene Engelhard <rene at debian.org>
diff --git a/autogen.sh b/autogen.sh
index c5fb99c..8884d5f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -103,13 +103,12 @@ if (!@ARGV) {
@cmdline_args = @ARGV;
}
+my @args;
my $default_config = "distro-configs/default.conf";
if (-f $default_config) {
print STDERR "Reading default config file: $default_config\n";
push @args, read_args ($default_config);
}
-
-my @args;
for my $arg (@cmdline_args) {
if ($arg eq '--clean') {
clean();
More information about the Libreoffice-commits
mailing list