~teemperor/elementaryos/os-patch-gnome-control-center-precise-build-fixes

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2012-06-02 10:45:50 UTC
  • Revision ID: shnatsel@gmail.com-20120602104550-zj9qy066pdb70bc4
* debian/patches/96_sound_nua_panel.patch:
  Fix segfault on selecting bluetooth input (LP: #1004384)
* New upstream bug fix version:
  Ignore NFS and removable mounts when calculating disk size (lp: #980317)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
 
5
# Inc.
5
6
# This file is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
7
8
# with or without modifications, as long as this notice is preserved.
19
20
If you have problems, you may need to regenerate the build system entirely.
20
21
To do so, use the procedure documented by the package, typically `autoreconf'.])])
21
22
 
22
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
23
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
 
24
# Foundation, Inc.
23
25
#
24
26
# This file is free software; the Free Software Foundation
25
27
# gives unlimited permission to copy and/or distribute it,
26
28
# with or without modifications, as long as this notice is preserved.
27
29
 
 
30
# serial 1
 
31
 
28
32
# AM_AUTOMAKE_VERSION(VERSION)
29
33
# ----------------------------
30
34
# Automake X.Y traces this macro to ensure aclocal.m4 has been
34
38
[am__api_version='1.11'
35
39
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
36
40
dnl require some minimum version.  Point them to the right macro.
37
 
m4_if([$1], [1.11.1], [],
 
41
m4_if([$1], [1.11.3], [],
38
42
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
39
43
])
40
44
 
50
54
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
51
55
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
52
56
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
53
 
[AM_AUTOMAKE_VERSION([1.11.1])dnl
 
57
[AM_AUTOMAKE_VERSION([1.11.3])dnl
54
58
m4_ifndef([AC_AUTOCONF_VERSION],
55
59
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
56
60
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
57
61
 
58
62
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
59
63
 
60
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
64
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
61
65
#
62
66
# This file is free software; the Free Software Foundation
63
67
# gives unlimited permission to copy and/or distribute it,
64
68
# with or without modifications, as long as this notice is preserved.
65
69
 
 
70
# serial 1
 
71
 
66
72
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
67
73
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
68
74
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
144
150
Usually this means the macro was only invoked conditionally.]])
145
151
fi])])
146
152
 
147
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
148
 
# Free Software Foundation, Inc.
 
153
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
 
154
# 2010, 2011 Free Software Foundation, Inc.
149
155
#
150
156
# This file is free software; the Free Software Foundation
151
157
# gives unlimited permission to copy and/or distribute it,
152
158
# with or without modifications, as long as this notice is preserved.
153
159
 
154
 
# serial 10
 
160
# serial 12
155
161
 
156
162
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
157
163
# written in clear, in which case automake, when reading aclocal.m4,
191
197
  # instance it was reported that on HP-UX the gcc test will end up
192
198
  # making a dummy file named `D' -- because `-MD' means `put the output
193
199
  # in D'.
 
200
  rm -rf conftest.dir
194
201
  mkdir conftest.dir
195
202
  # Copy depcomp to subdir because otherwise we won't find it if we're
196
203
  # using a relative directory.
255
262
        break
256
263
      fi
257
264
      ;;
258
 
    msvisualcpp | msvcmsys)
 
265
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
259
266
      # This compiler won't grok `-c -o', but also, the minuso test has
260
267
      # not run yet.  These depmodes are late enough in the game, and
261
268
      # so weak that their functioning should not be impacted.
320
327
if test "x$enable_dependency_tracking" != xno; then
321
328
  am_depcomp="$ac_aux_dir/depcomp"
322
329
  AMDEPBACKSLASH='\'
 
330
  am__nodep='_no'
323
331
fi
324
332
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
325
333
AC_SUBST([AMDEPBACKSLASH])dnl
326
334
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
335
AC_SUBST([am__nodep])dnl
 
336
_AM_SUBST_NOTMAKE([am__nodep])dnl
327
337
])
328
338
 
329
339
# Generate code to set up dependency tracking.              -*- Autoconf -*-
545
555
done
546
556
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
547
557
 
548
 
# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
 
558
# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
 
559
# Inc.
549
560
#
550
561
# This file is free software; the Free Software Foundation
551
562
# gives unlimited permission to copy and/or distribute it,
552
563
# with or without modifications, as long as this notice is preserved.
553
564
 
 
565
# serial 1
 
566
 
554
567
# AM_PROG_INSTALL_SH
555
568
# ------------------
556
569
# Define $install_sh.
590
603
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
591
604
# From Jim Meyering
592
605
 
593
 
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
594
 
# Free Software Foundation, Inc.
 
606
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
 
607
# 2011 Free Software Foundation, Inc.
595
608
#
596
609
# This file is free software; the Free Software Foundation
597
610
# gives unlimited permission to copy and/or distribute it,
611
624
       [disable], [m4_define([am_maintainer_other], [enable])],
612
625
       [m4_define([am_maintainer_other], [enable])
613
626
        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
614
 
AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
 
627
AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
615
628
  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
616
629
  AC_ARG_ENABLE([maintainer-mode],
617
630
[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
757
770
fi
758
771
])
759
772
 
760
 
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
773
# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
 
774
# Inc.
761
775
#
762
776
# This file is free software; the Free Software Foundation
763
777
# gives unlimited permission to copy and/or distribute it,
764
778
# with or without modifications, as long as this notice is preserved.
765
779
 
 
780
# serial 1
 
781
 
766
782
# AM_PROG_MKDIR_P
767
783
# ---------------
768
784
# Check for `mkdir -p'.
785
801
 
786
802
# Helper functions for option handling.                     -*- Autoconf -*-
787
803
 
788
 
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
804
# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
 
805
# Foundation, Inc.
789
806
#
790
807
# This file is free software; the Free Software Foundation
791
808
# gives unlimited permission to copy and/or distribute it,
792
809
# with or without modifications, as long as this notice is preserved.
793
810
 
794
 
# serial 4
 
811
# serial 5
795
812
 
796
813
# _AM_MANGLE_OPTION(NAME)
797
814
# -----------------------
799
816
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
800
817
 
801
818
# _AM_SET_OPTION(NAME)
802
 
# ------------------------------
 
819
# --------------------
803
820
# Set option NAME.  Presently that only means defining a flag for this option.
804
821
AC_DEFUN([_AM_SET_OPTION],
805
822
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
806
823
 
807
824
# _AM_SET_OPTIONS(OPTIONS)
808
 
# ----------------------------------
 
825
# ------------------------
809
826
# OPTIONS is a space-separated list of Automake options.
810
827
AC_DEFUN([_AM_SET_OPTIONS],
811
828
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
816
833
AC_DEFUN([_AM_IF_OPTION],
817
834
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
818
835
 
819
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
836
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
820
837
#
821
838
# This file is free software; the Free Software Foundation
822
839
# gives unlimited permission to copy and/or distribute it,
823
840
# with or without modifications, as long as this notice is preserved.
824
841
 
 
842
# serial 1
 
843
 
825
844
# AM_RUN_LOG(COMMAND)
826
845
# -------------------
827
846
# Run COMMAND, save the exit status in ac_status, and log it.
898
917
fi
899
918
AC_MSG_RESULT(yes)])
900
919
 
901
 
# Copyright (C) 2009  Free Software Foundation, Inc.
 
920
# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
902
921
#
903
922
# This file is free software; the Free Software Foundation
904
923
# gives unlimited permission to copy and/or distribute it,
905
924
# with or without modifications, as long as this notice is preserved.
906
925
 
907
 
# serial 1
 
926
# serial 2
908
927
 
909
928
# AM_SILENT_RULES([DEFAULT])
910
929
# --------------------------
919
938
no)  AM_DEFAULT_VERBOSITY=1;;
920
939
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
921
940
esac
 
941
dnl
 
942
dnl A few `make' implementations (e.g., NonStop OS and NextStep)
 
943
dnl do not support nested variable expansions.
 
944
dnl See automake bug#9928 and bug#10237.
 
945
am_make=${MAKE-make}
 
946
AC_CACHE_CHECK([whether $am_make supports nested variables],
 
947
   [am_cv_make_support_nested_variables],
 
948
   [if AS_ECHO([['TRUE=$(BAR$(V))
 
949
BAR0=false
 
950
BAR1=true
 
951
V=1
 
952
am__doit:
 
953
        @$(TRUE)
 
954
.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
 
955
  am_cv_make_support_nested_variables=yes
 
956
else
 
957
  am_cv_make_support_nested_variables=no
 
958
fi])
 
959
if test $am_cv_make_support_nested_variables = yes; then
 
960
  dnl Using `$V' instead of `$(V)' breaks IRIX make.
 
961
  AM_V='$(V)'
 
962
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
963
else
 
964
  AM_V=$AM_DEFAULT_VERBOSITY
 
965
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
966
fi
 
967
AC_SUBST([AM_V])dnl
 
968
AM_SUBST_NOTMAKE([AM_V])dnl
 
969
AC_SUBST([AM_DEFAULT_V])dnl
 
970
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
922
971
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
923
972
AM_BACKSLASH='\'
924
973
AC_SUBST([AM_BACKSLASH])dnl
925
974
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
926
975
])
927
976
 
928
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
977
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
929
978
#
930
979
# This file is free software; the Free Software Foundation
931
980
# gives unlimited permission to copy and/or distribute it,
932
981
# with or without modifications, as long as this notice is preserved.
933
982
 
 
983
# serial 1
 
984
 
934
985
# AM_PROG_INSTALL_STRIP
935
986
# ---------------------
936
987
# One issue with vendor `install' (even GNU) is that you can't
953
1004
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
954
1005
AC_SUBST([INSTALL_STRIP_PROGRAM])])
955
1006
 
956
 
# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
 
1007
# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
957
1008
#
958
1009
# This file is free software; the Free Software Foundation
959
1010
# gives unlimited permission to copy and/or distribute it,
960
1011
# with or without modifications, as long as this notice is preserved.
961
1012
 
962
 
# serial 2
 
1013
# serial 3
963
1014
 
964
1015
# _AM_SUBST_NOTMAKE(VARIABLE)
965
1016
# ---------------------------
968
1019
AC_DEFUN([_AM_SUBST_NOTMAKE])
969
1020
 
970
1021
# AM_SUBST_NOTMAKE(VARIABLE)
971
 
# ---------------------------
 
1022
# --------------------------
972
1023
# Public sister of _AM_SUBST_NOTMAKE.
973
1024
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
974
1025
 
975
1026
# Check how to create a tarball.                            -*- Autoconf -*-
976
1027
 
977
 
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
1028
# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
978
1029
#
979
1030
# This file is free software; the Free Software Foundation
980
1031
# gives unlimited permission to copy and/or distribute it,
996
1047
# a tarball read from stdin.
997
1048
#     $(am__untar) < result.tar
998
1049
AC_DEFUN([_AM_PROG_TAR],
999
 
[# Always define AMTAR for backward compatibility.
1000
 
AM_MISSING_PROG([AMTAR], [tar])
 
1050
[# Always define AMTAR for backward compatibility.  Yes, it's still used
 
1051
# in the wild :-(  We should find a proper way to deprecate it ...
 
1052
AC_SUBST([AMTAR], ['$${TAR-tar}'])
1001
1053
m4_if([$1], [v7],
1002
 
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
1054
     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1003
1055
     [m4_case([$1], [ustar],, [pax],,
1004
1056
              [m4_fatal([Unknown tar format])])
1005
1057
AC_MSG_CHECKING([how to create a $1 tar archive])
1306
1358
 
1307
1359
        DISABLE_DEPRECATED=""
1308
1360
        if test $USE_MAINTAINER_MODE = yes; then
1309
 
                DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP"
 
1361
                DOMAINS="GCONF BONOBO BONOBO_UI GNOME LIBGLADE GNOME_VFS WNCK LIBSOUP"
1310
1362
                for DOMAIN in $DOMAINS; do
1311
1363
                       DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"
1312
1364
                done