summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-19 10:52:55 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-19 10:52:55 -0500
commit4eaaa6a84a52b7c60df964102f0fb8d860b00308 (patch)
tree256e19ad0a9a2431717f1e5fbce35d61658e298c
parent3bb9256b8e3a56b94281ea787c07f080c0a80312 (diff)
config: remove AC_CANONICAL_HOST already included by XORG_DEFAULT_OPTIONS
Fix some quoting and comments, no functional changes. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 0ec24ac..f3c9f4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,12 +22,10 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT(sessreg, [1.0.6],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
- sessreg)
+AC_INIT([sessreg], [1.0.6],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [sessreg])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
-AC_CANONICAL_HOST
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
@@ -40,8 +38,6 @@ m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-
-# Checks for programs.
XORG_WITH_LINT
# Checks for header files.