~ubuntu-branches/ubuntu/utopic/gnome-online-accounts/utopic

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Laurent Bigonville, Andreas Henriksson
  • Date: 2014-05-16 11:42:52 UTC
  • mfrom: (1.1.28) (0.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20140516114252-u5ect6mk6ht8i38x
Tags: 3.12.2-1
[ Laurent Bigonville ]
* debian/control.in: Recommends realmd package (Closes: #725965)

[ Andreas Henriksson ]
* New upstream release.
  - Removes chat support from Windows Live provider (XMPP gateway gone).
* Bump Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
532
532
    dnl ******************************
533
533
 
534
534
    AC_ARG_ENABLE(compile-warnings, 
535
 
                  AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],
 
535
                  AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],
536
536
                                 [Turn on compiler warnings]),,
537
537
                  [enable_compile_warnings="m4_default([$1],[yes])"])
538
538
 
577
577
    minimum)
578
578
        warning_flags="-Wall"
579
579
        ;;
580
 
    yes)
581
 
        warning_flags="$base_warn_flags $base_error_flags $additional_flags"
582
 
        ;;
583
 
    maximum|error)
 
580
    yes|maximum|error)
584
581
        warning_flags="$base_warn_flags $base_error_flags $additional_flags"
585
582
        ;;
586
583
    *)
614
611
    AC_MSG_RESULT($tested_warning_flags)
615
612
 
616
613
    AC_ARG_ENABLE(iso-c,
617
 
                  AC_HELP_STRING([--enable-iso-c],
 
614
                  AS_HELP_STRING([--enable-iso-c],
618
615
                                 [Try to warn if code is not ISO C ]),,
619
616
                  [enable_iso_c=no])
620
617
 
642
639
 
643
640
AC_DEFUN([GNOME_CXX_WARNINGS],[
644
641
  AC_ARG_ENABLE(cxx-warnings,
645
 
                AC_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@]
 
642
                AS_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@]
646
643
                               [Turn on compiler warnings.]),,
647
644
                [enable_cxx_warnings="m4_default([$1],[minimum])"])
648
645
 
668
665
  AC_MSG_RESULT($warnCXXFLAGS)
669
666
 
670
667
   AC_ARG_ENABLE(iso-cxx,
671
 
                 AC_HELP_STRING([--enable-iso-cxx],
 
668
                 AS_HELP_STRING([--enable-iso-cxx],
672
669
                                [Try to warn if code is not ISO C++ ]),,
673
670
                 [enable_iso_cxx=no])
674
671