~jconti/recent-notifications/ppa-indicator

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Jason Conti
  • Date: 2015-10-23 22:02:02 UTC
  • mfrom: (1.1.6)
  • Revision ID: jason.conti@gmail.com-20151023220202-ks8bxyfkn8n6ic8d
* New upstream release.
  - Fix a serious memory leak in notification_new_from_dbus_message (LP:
  #1391649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
4
4
 
59
59
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
60
60
 
61
61
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
62
 
        $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch [$]@
 
62
        $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@
63
63
 
64
64
all-am: $(gsettings_SCHEMAS:.xml=.valid)
65
65
uninstall-am: uninstall-gsettings-schemas
1625
1625
  rm -rf conftest*
1626
1626
  ;;
1627
1627
 
1628
 
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
1628
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1629
1629
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1630
1630
  # Find out which ABI we are using.
1631
1631
  echo 'int i;' > conftest.$ac_ext
1646
1646
                ;;
1647
1647
            esac
1648
1648
            ;;
1649
 
          ppc64-*linux*|powerpc64-*linux*)
 
1649
          powerpc64le-*)
 
1650
            LD="${LD-ld} -m elf32lppclinux"
 
1651
            ;;
 
1652
          powerpc64-*)
1650
1653
            LD="${LD-ld} -m elf32ppclinux"
1651
1654
            ;;
1652
1655
          s390x-*linux*)
1665
1668
          x86_64-*linux*)
1666
1669
            LD="${LD-ld} -m elf_x86_64"
1667
1670
            ;;
1668
 
          ppc*-*linux*|powerpc*-*linux*)
 
1671
          powerpcle-*)
 
1672
            LD="${LD-ld} -m elf64lppc"
 
1673
            ;;
 
1674
          powerpc-*)
1669
1675
            LD="${LD-ld} -m elf64ppc"
1670
1676
            ;;
1671
1677
          s390*-*linux*|s390*-*tpf*)
8916
8922
m4_ifndef([_LT_PROG_CXX],               [AC_DEFUN([_LT_PROG_CXX])])
8917
8923
 
8918
8924
# nls.m4 serial 5 (gettext-0.18)
8919
 
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
 
8925
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
8920
8926
dnl Inc.
8921
8927
dnl This file is free software; the Free Software Foundation
8922
8928
dnl gives unlimited permission to copy and/or distribute it,
9120
9126
# generated from the m4 files accompanying Automake X.Y.
9121
9127
# (This private macro should not be called outside this file.)
9122
9128
AC_DEFUN([AM_AUTOMAKE_VERSION],
9123
 
[am__api_version='1.13'
 
9129
[am__api_version='1.14'
9124
9130
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9125
9131
dnl require some minimum version.  Point them to the right macro.
9126
 
m4_if([$1], [1.13.3], [],
 
9132
m4_if([$1], [1.14.1], [],
9127
9133
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9128
9134
])
9129
9135
 
9139
9145
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9140
9146
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9141
9147
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9142
 
[AM_AUTOMAKE_VERSION([1.13.3])dnl
 
9148
[AM_AUTOMAKE_VERSION([1.14.1])dnl
9143
9149
m4_ifndef([AC_AUTOCONF_VERSION],
9144
9150
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9145
9151
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
9164
9170
: ${AR=ar}
9165
9171
 
9166
9172
AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
9167
 
  [am_cv_ar_interface=ar
 
9173
  [AC_LANG_PUSH([C])
 
9174
   am_cv_ar_interface=ar
9168
9175
   AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])],
9169
9176
     [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
9170
9177
      AC_TRY_EVAL([am_ar_try])
9181
9188
      fi
9182
9189
      rm -f conftest.lib libconftest.a
9183
9190
     ])
9184
 
   ])
 
9191
   AC_LANG_POP([C])])
9185
9192
 
9186
9193
case $am_cv_ar_interface in
9187
9194
ar)
9565
9572
# This macro actually does too much.  Some checks are only needed if
9566
9573
# your package does certain things.  But this isn't really a big deal.
9567
9574
 
 
9575
dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
 
9576
m4_define([AC_PROG_CC],
 
9577
m4_defn([AC_PROG_CC])
 
9578
[_AM_PROG_CC_C_O
 
9579
])
 
9580
 
9568
9581
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
9569
9582
# AM_INIT_AUTOMAKE([OPTIONS])
9570
9583
# -----------------------------------------------
9673
9686
AC_CONFIG_COMMANDS_PRE(dnl
9674
9687
[m4_provide_if([_AM_COMPILER_EXEEXT],
9675
9688
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
9676
 
])
 
9689
 
 
9690
# POSIX will say in a future version that running "rm -f" with no argument
 
9691
# is OK; and we want to be able to make that assumption in our Makefile
 
9692
# recipes.  So use an aggressive probe to check that the usage we want is
 
9693
# actually supported "in the wild" to an acceptable degree.
 
9694
# See automake bug#10828.
 
9695
# To make any issue more visible, cause the running configure to be aborted
 
9696
# by default if the 'rm' program in use doesn't match our expectations; the
 
9697
# user can still override this though.
 
9698
if rm -f && rm -fr && rm -rf; then : OK; else
 
9699
  cat >&2 <<'END'
 
9700
Oops!
 
9701
 
 
9702
Your 'rm' program seems unable to run without file operands specified
 
9703
on the command line, even when the '-f' option is present.  This is contrary
 
9704
to the behaviour of most rm programs out there, and not conforming with
 
9705
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
 
9706
 
 
9707
Please tell bug-automake@gnu.org about your system, including the value
 
9708
of your $PATH and any error possibly output before this message.  This
 
9709
can help us improve future automake versions.
 
9710
 
 
9711
END
 
9712
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
 
9713
    echo 'Configuration will proceed anyway, since you have set the' >&2
 
9714
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
 
9715
    echo >&2
 
9716
  else
 
9717
    cat >&2 <<'END'
 
9718
Aborting the configuration process, to ensure you take notice of the issue.
 
9719
 
 
9720
You can download and install GNU coreutils to get an 'rm' implementation
 
9721
that behaves properly: <http://www.gnu.org/software/coreutils/>.
 
9722
 
 
9723
If you want to complete the configuration process using your problematic
 
9724
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
 
9725
to "yes", and re-run configure.
 
9726
 
 
9727
END
 
9728
    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
 
9729
  fi
 
9730
fi])
9677
9731
 
9678
9732
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
9679
9733
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
9681
9735
m4_define([_AC_COMPILER_EXEEXT],
9682
9736
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
9683
9737
 
9684
 
 
9685
9738
# When config.status generates a header, we must update the stamp-h file.
9686
9739
# This file resides in the same directory as the config header
9687
9740
# that is generated.  The stamp files are numbered to have different names.
9793
9846
rm -f confinc confmf
9794
9847
])
9795
9848
 
9796
 
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
9797
 
#
9798
 
# This file is free software; the Free Software Foundation
9799
 
# gives unlimited permission to copy and/or distribute it,
9800
 
# with or without modifications, as long as this notice is preserved.
9801
 
 
9802
 
# AM_PROG_CC_C_O
9803
 
# --------------
9804
 
# Like AC_PROG_CC_C_O, but changed for automake.
9805
 
AC_DEFUN([AM_PROG_CC_C_O],
9806
 
[AC_REQUIRE([AC_PROG_CC_C_O])dnl
9807
 
AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9808
 
AC_REQUIRE_AUX_FILE([compile])dnl
9809
 
# FIXME: we rely on the cache variable name because
9810
 
# there is no other way.
9811
 
set dummy $CC
9812
 
am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
9813
 
eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
9814
 
if test "$am_t" != yes; then
9815
 
   # Losing compiler, so override with the script.
9816
 
   # FIXME: It is wrong to rewrite CC.
9817
 
   # But if we don't then we get into trouble of one sort or another.
9818
 
   # A longer-term fix would be to have automake use am__CC in this case,
9819
 
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
9820
 
   CC="$am_aux_dir/compile $CC"
9821
 
fi
9822
 
dnl Make sure AC_PROG_CC is never called again, or it will override our
9823
 
dnl setting of CC.
9824
 
m4_define([AC_PROG_CC],
9825
 
          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
9826
 
])
9827
 
 
9828
9849
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
9829
9850
 
9830
9851
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
9895
9916
AC_DEFUN([_AM_IF_OPTION],
9896
9917
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
9897
9918
 
 
9919
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
9920
#
 
9921
# This file is free software; the Free Software Foundation
 
9922
# gives unlimited permission to copy and/or distribute it,
 
9923
# with or without modifications, as long as this notice is preserved.
 
9924
 
 
9925
# _AM_PROG_CC_C_O
 
9926
# ---------------
 
9927
# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
 
9928
# to automatically call this.
 
9929
AC_DEFUN([_AM_PROG_CC_C_O],
 
9930
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
9931
AC_REQUIRE_AUX_FILE([compile])dnl
 
9932
AC_LANG_PUSH([C])dnl
 
9933
AC_CACHE_CHECK(
 
9934
  [whether $CC understands -c and -o together],
 
9935
  [am_cv_prog_cc_c_o],
 
9936
  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
 
9937
  # Make sure it works both with $CC and with simple cc.
 
9938
  # Following AC_PROG_CC_C_O, we do the test twice because some
 
9939
  # compilers refuse to overwrite an existing .o file with -o,
 
9940
  # though they will create one.
 
9941
  am_cv_prog_cc_c_o=yes
 
9942
  for am_i in 1 2; do
 
9943
    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
 
9944
         && test -f conftest2.$ac_objext; then
 
9945
      : OK
 
9946
    else
 
9947
      am_cv_prog_cc_c_o=no
 
9948
      break
 
9949
    fi
 
9950
  done
 
9951
  rm -f core conftest*
 
9952
  unset am_i])
 
9953
if test "$am_cv_prog_cc_c_o" != yes; then
 
9954
   # Losing compiler, so override with the script.
 
9955
   # FIXME: It is wrong to rewrite CC.
 
9956
   # But if we don't then we get into trouble of one sort or another.
 
9957
   # A longer-term fix would be to have automake use am__CC in this case,
 
9958
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
9959
   CC="$am_aux_dir/compile $CC"
 
9960
fi
 
9961
AC_LANG_POP([C])])
 
9962
 
 
9963
# For backward compatibility.
 
9964
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
9965
 
 
9966
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
9967
#
 
9968
# This file is free software; the Free Software Foundation
 
9969
# gives unlimited permission to copy and/or distribute it,
 
9970
# with or without modifications, as long as this notice is preserved.
 
9971
 
 
9972
# AM_RUN_LOG(COMMAND)
 
9973
# -------------------
 
9974
# Run COMMAND, save the exit status in ac_status, and log it.
 
9975
# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
 
9976
AC_DEFUN([AM_RUN_LOG],
 
9977
[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
9978
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
9979
   ac_status=$?
 
9980
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
9981
   (exit $ac_status); }])
 
9982
 
9898
9983
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
9899
9984
 
9900
9985
# Copyright (C) 1996-2013 Free Software Foundation, Inc.