m4: Move AC_CANONICAL_HOST/_TARGET into AG_GST_INIT
authorEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 8 Jun 2012 10:57:14 +0000 (12:57 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 8 Jun 2012 12:48:28 +0000 (14:48 +0200)
They need to be called before AC_ARG_PROGRAM

m4/gst-arch.m4
m4/gst.m4

index ff0954a..077a20b 100644 (file)
@@ -5,9 +5,6 @@ dnl defines HOST_CPU
 
 AC_DEFUN([AG_GST_ARCH],
 [
-  AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use host_ variables
-  AC_REQUIRE([AC_CANONICAL_TARGET]) dnl we use target_ variables
-
   dnl Determine CPU
   case "x${target_cpu}" in
     xi?86 | xk? | xi?86_64)
index ddfde51..d4c53cb 100644 (file)
--- a/m4/gst.m4
+++ b/m4/gst.m4
@@ -3,10 +3,15 @@ dnl sets up use of GStreamer configure.ac macros
 dnl all GStreamer autoconf macros are prefixed
 dnl with AG_GST_ for public macros
 dnl with _AG_GST_ for private macros
+dnl
+dnl We call AC_CANONICAL_TARGET and AC_CANONICAL_HOST so that
+dnl it is valid before AC_ARG_PROGRAM is called
 
 AC_DEFUN([AG_GST_INIT],
 [
   m4_pattern_forbid(^_?AG_GST_)
+  AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use host_ variables
+  AC_REQUIRE([AC_CANONICAL_TARGET]) dnl we use target_ variables
 ])
 
 dnl AG_GST_PKG_CONFIG_PATH