[gssdp] Move AC_CANONICAL_* macros to prevent warning
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gssdp] Move AC_CANONICAL_* macros to prevent warning
- Date: Tue, 3 Sep 2013 11:44:34 +0000 (UTC)
commit 4435e4f6750a47ae872abd790ca950c24099664f
Author: Jens Georg <jensg openismus com>
Date: Tue Sep 3 13:31:50 2013 +0200
Move AC_CANONICAL_* macros to prevent warning
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a236099..4a772bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,9 @@ AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
+AC_CANONICAL_HOST
+AC_CANONICAL_TARGET
+
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-xz])
AM_MAINTAINER_MODE([enable])
@@ -17,9 +20,6 @@ GNOME_COMPILE_WARNINGS
AM_SILENT_RULES([yes])
-AC_CANONICAL_HOST
-AC_CANONICAL_TARGET
-
AC_SEARCH_LIBS([strerror],[cposix])
AC_PROG_CC
AC_HEADER_STDC
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]