summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-09-25 12:19:43 -0400
committerPeter Foley <pefoley2@verizon.net>2011-09-25 18:14:09 -0400
commit44d9e39ea5ffa39fa85700cab7258c53e362bf85 (patch)
tree4ef5860cacee6778cb43edd7384bb762c0611c8f /configure.in
parentecd522535d0e968ee0cdd3783a58944f8324c0de (diff)
fix quoting and use AC_CANONICAL_HOST
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 89254238dfa2..27863bdc6217 100755
--- a/configure.in
+++ b/configure.in
@@ -2,8 +2,8 @@ dnl -*- Mode: Autoconf; tab-width: 8; indent-tabs-mode: nil -*-
dnl configure.in serves as input for the GNU autoconf package
dnl in order to create a configure script.
-AC_INIT([LibreOffice], [3.5],,, [http://documentfoundation.org/])
-AC_PREREQ(2.61)
+AC_INIT([LibreOffice],[3.5],[],[],[http://documentfoundation.org/])
+AC_PREREQ([2.61])
###############################################################################
# Extensions switches --enable/--disable
@@ -1463,7 +1463,7 @@ echo ""
dnl ===================================================================
dnl checks build and host OSes
dnl ===================================================================
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_HOST
if test "$cross_compiling" = "yes"; then
CROSS_COMPILING=YES