From be6f05888a82d2e75b2c44a5f33d2f7073bd55a7 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 18 Nov 2012 16:16:10 +0200 Subject: [PATCH] configure.ac: Add CANONICAL_* descriptions Signed-off-by: Toni Gundogdu --- configure.ac | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 76f2c0f..bdf4de4 100644 --- a/configure.ac +++ b/configure.ac @@ -24,9 +24,12 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AC_USE_SYSTEM_EXTENSIONS -AC_DEFINE_UNQUOTED([CANONICAL_TARGET], "$target", [...]) -AC_DEFINE_UNQUOTED([CANONICAL_BUILD], "$build", [...]) -AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [...]) +AC_DEFINE_UNQUOTED([CANONICAL_TARGET], "$target", + [Define to canonical target]) +AC_DEFINE_UNQUOTED([CANONICAL_BUILD], "$build", + [Define to canonical build]) +AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", + [Define to canonical host]) AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror dist-xz no-dist-gzip tar-ustar]) AM_SILENT_RULES([yes]) -- 2.11.4.GIT