Fixed previous commit on autogen.sh default config

Change-Id: I29cc49dcc284b462ac29d0d040e331f3e6d08e74
Reviewed-on: https://gerrit.libreoffice.org/1097
Reviewed-by: Rene Engelhard <rene@debian.org>
Tested-by: Rene Engelhard <rene@debian.org>
This commit is contained in:
Enrico Weigelt, metux ITS 2012-11-17 11:12:31 +01:00 committed by Rene Engelhard
parent d3e0fe8213
commit 695c1946e6

View file

@ -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();