summaryrefslogtreecommitdiffstats
path: root/gl/m4/multiarch.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/multiarch.m4')
-rw-r--r--gl/m4/multiarch.m415
1 files changed, 3 insertions, 12 deletions
diff --git a/gl/m4/multiarch.m4 b/gl/m4/multiarch.m4
index 7b73e15..ec377ba 100644
--- a/gl/m4/multiarch.m4
+++ b/gl/m4/multiarch.m4
@@ -1,5 +1,5 @@
1# multiarch.m4 serial 3 1# multiarch.m4 serial 5
2dnl Copyright (C) 2008 Free Software Foundation, Inc. 2dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved. 5dnl with or without modifications, as long as this notice is preserved.
@@ -19,16 +19,7 @@ dnl with or without modifications, as long as this notice is preserved.
19# Detect this situation and set the macro AA_APPLE_UNIVERSAL_BUILD at the 19# Detect this situation and set the macro AA_APPLE_UNIVERSAL_BUILD at the
20# beginning of config.h and set APPLE_UNIVERSAL_BUILD accordingly. 20# beginning of config.h and set APPLE_UNIVERSAL_BUILD accordingly.
21 21
22AC_DEFUN([gl_MULTIARCH], 22AC_DEFUN_ONCE([gl_MULTIARCH],
23[
24 dnl This AC_REQUIRE is not necessary in theory. It works around a bug in
25 dnl autoconf <= 2.63: AC_REQUIRE invocations inside AC_REQUIREd macros are
26 dnl being handled better than AC_REQUIRE invocations inside normally invoked
27 dnl macros.
28 AC_REQUIRE([gl_MULTIARCH_BODY])
29])
30
31AC_DEFUN([gl_MULTIARCH_BODY],
32[ 23[
33 dnl Code similar to autoconf-2.63 AC_C_BIGENDIAN. 24 dnl Code similar to autoconf-2.63 AC_C_BIGENDIAN.
34 gl_cv_c_multiarch=no 25 gl_cv_c_multiarch=no