[Libreoffice-commits] core.git: autogen.sh
Tor Lillqvist
tml at iki.fi
Wed May 8 03:37:13 PDT 2013
autogen.sh | 1 +
1 file changed, 1 insertion(+)
New commits:
commit df4fd344b7b5d5dfb7cbf2f7a91ed6e86a2aaef8
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed May 8 13:35:04 2013 +0300
Make it a fatal error to pass unrecognized options to the configury
It might hurt a bit in the beginning if you have been careless with keeping
your autogen.input up-to-date, but I think this is a good idea.
Change-Id: I6b89c887c94755ac6ef50f63e0438ecec7157516
diff --git a/autogen.sh b/autogen.sh
index 0e61ee5..7b1b726 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -201,6 +201,7 @@ if (defined $ENV{NOCONFIGURE}) {
}
}
push @args, "--srcdir=$src_path";
+ push @args, "--enable-option-checking=fatal";
print "Running ./configure with '" . join ("' '", @args), "'\n";
system ("./configure", @args) && die "Error running configure";
More information about the Libreoffice-commits
mailing list