~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to m4/multiarch.m4

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-21 10:23:16 UTC
  • mfrom: (7.2.32 sid)
  • Revision ID: package-import@ubuntu.com-20140721102316-jsyv3yzmbo8vlde5
Tags: 3.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# multiarch.m4 serial 5
2
 
dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 
1
# multiarch.m4 serial 6
 
2
dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
16
16
#                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
17
17
#                 CPP="gcc -E" CXXCPP="g++ -E"
18
18
#
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.
 
19
# Detect this situation and set APPLE_UNIVERSAL_BUILD accordingly.
21
20
 
22
21
AC_DEFUN_ONCE([gl_MULTIARCH],
23
22
[
55
54
     done
56
55
    ])
57
56
  if test $gl_cv_c_multiarch = yes; then
58
 
    AC_DEFINE([AA_APPLE_UNIVERSAL_BUILD], [1],
59
 
      [Define if the compiler is building for multiple architectures of Apple platforms at once.])
60
57
    APPLE_UNIVERSAL_BUILD=1
61
58
  else
62
59
    APPLE_UNIVERSAL_BUILD=0