summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/aclocal.m4')
-rw-r--r--apps/plugins/puzzles/src/aclocal.m460
1 files changed, 30 insertions, 30 deletions
diff --git a/apps/plugins/puzzles/src/aclocal.m4 b/apps/plugins/puzzles/src/aclocal.m4
index 6e4efedfb6..04369a2130 100644
--- a/apps/plugins/puzzles/src/aclocal.m4
+++ b/apps/plugins/puzzles/src/aclocal.m4
@@ -1,6 +1,6 @@
1# generated automatically by aclocal 1.15 -*- Autoconf -*- 1# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
2 2
3# Copyright (C) 1996-2014 Free Software Foundation, Inc. 3# Copyright (C) 1996-2017 Free Software Foundation, Inc.
4 4
5# This file is free software; the Free Software Foundation 5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it, 6# gives unlimited permission to copy and/or distribute it,
@@ -424,9 +424,9 @@ AC_DEFUN([GTK_CHECK_BACKEND],
424 fi 424 fi
425]) 425])
426 426
427dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 427# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
428dnl serial 11 (pkg-config-0.29.1) 428# serial 12 (pkg-config-0.29.2)
429dnl 429
430dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>. 430dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
431dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> 431dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
432dnl 432dnl
@@ -467,7 +467,7 @@ dnl
467dnl See the "Since" comment for each macro you use to see what version 467dnl See the "Since" comment for each macro you use to see what version
468dnl of the macros you require. 468dnl of the macros you require.
469m4_defun([PKG_PREREQ], 469m4_defun([PKG_PREREQ],
470[m4_define([PKG_MACROS_VERSION], [0.29.1]) 470[m4_define([PKG_MACROS_VERSION], [0.29.2])
471m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, 471m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
472 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) 472 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
473])dnl PKG_PREREQ 473])dnl PKG_PREREQ
@@ -568,7 +568,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
568AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl 568AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
569 569
570pkg_failed=no 570pkg_failed=no
571AC_MSG_CHECKING([for $1]) 571AC_MSG_CHECKING([for $2])
572 572
573_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) 573_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
574_PKG_CONFIG([$1][_LIBS], [libs], [$2]) 574_PKG_CONFIG([$1][_LIBS], [libs], [$2])
@@ -578,11 +578,11 @@ and $1[]_LIBS to avoid the need to call pkg-config.
578See the pkg-config man page for more details.]) 578See the pkg-config man page for more details.])
579 579
580if test $pkg_failed = yes; then 580if test $pkg_failed = yes; then
581 AC_MSG_RESULT([no]) 581 AC_MSG_RESULT([no])
582 _PKG_SHORT_ERRORS_SUPPORTED 582 _PKG_SHORT_ERRORS_SUPPORTED
583 if test $_pkg_short_errors_supported = yes; then 583 if test $_pkg_short_errors_supported = yes; then
584 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` 584 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
585 else 585 else
586 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` 586 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
587 fi 587 fi
588 # Put the nasty error message in config.log where it belongs 588 # Put the nasty error message in config.log where it belongs
@@ -599,7 +599,7 @@ installed software in a non-standard prefix.
599_PKG_TEXT])[]dnl 599_PKG_TEXT])[]dnl
600 ]) 600 ])
601elif test $pkg_failed = untried; then 601elif test $pkg_failed = untried; then
602 AC_MSG_RESULT([no]) 602 AC_MSG_RESULT([no])
603 m4_default([$4], [AC_MSG_FAILURE( 603 m4_default([$4], [AC_MSG_FAILURE(
604[The pkg-config script could not be found or is too old. Make sure it 604[The pkg-config script could not be found or is too old. Make sure it
605is in your PATH or set the PKG_CONFIG environment variable to the full 605is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -700,7 +700,7 @@ AS_VAR_COPY([$1], [pkg_cv_][$1])
700AS_VAR_IF([$1], [""], [$5], [$4])dnl 700AS_VAR_IF([$1], [""], [$5], [$4])dnl
701])dnl PKG_CHECK_VAR 701])dnl PKG_CHECK_VAR
702 702
703# Copyright (C) 2002-2014 Free Software Foundation, Inc. 703# Copyright (C) 2002-2017 Free Software Foundation, Inc.
704# 704#
705# This file is free software; the Free Software Foundation 705# This file is free software; the Free Software Foundation
706# gives unlimited permission to copy and/or distribute it, 706# gives unlimited permission to copy and/or distribute it,
@@ -715,7 +715,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
715[am__api_version='1.15' 715[am__api_version='1.15'
716dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 716dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
717dnl require some minimum version. Point them to the right macro. 717dnl require some minimum version. Point them to the right macro.
718m4_if([$1], [1.15], [], 718m4_if([$1], [1.15.1], [],
719 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 719 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
720]) 720])
721 721
@@ -731,14 +731,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
731# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 731# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
732# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 732# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
733AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 733AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
734[AM_AUTOMAKE_VERSION([1.15])dnl 734[AM_AUTOMAKE_VERSION([1.15.1])dnl
735m4_ifndef([AC_AUTOCONF_VERSION], 735m4_ifndef([AC_AUTOCONF_VERSION],
736 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 736 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
737_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 737_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
738 738
739# AM_AUX_DIR_EXPAND -*- Autoconf -*- 739# AM_AUX_DIR_EXPAND -*- Autoconf -*-
740 740
741# Copyright (C) 2001-2014 Free Software Foundation, Inc. 741# Copyright (C) 2001-2017 Free Software Foundation, Inc.
742# 742#
743# This file is free software; the Free Software Foundation 743# This file is free software; the Free Software Foundation
744# gives unlimited permission to copy and/or distribute it, 744# gives unlimited permission to copy and/or distribute it,
@@ -790,7 +790,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
790 790
791# AM_CONDITIONAL -*- Autoconf -*- 791# AM_CONDITIONAL -*- Autoconf -*-
792 792
793# Copyright (C) 1997-2014 Free Software Foundation, Inc. 793# Copyright (C) 1997-2017 Free Software Foundation, Inc.
794# 794#
795# This file is free software; the Free Software Foundation 795# This file is free software; the Free Software Foundation
796# gives unlimited permission to copy and/or distribute it, 796# gives unlimited permission to copy and/or distribute it,
@@ -821,7 +821,7 @@ AC_CONFIG_COMMANDS_PRE(
821Usually this means the macro was only invoked conditionally.]]) 821Usually this means the macro was only invoked conditionally.]])
822fi])]) 822fi])])
823 823
824# Copyright (C) 1999-2014 Free Software Foundation, Inc. 824# Copyright (C) 1999-2017 Free Software Foundation, Inc.
825# 825#
826# This file is free software; the Free Software Foundation 826# This file is free software; the Free Software Foundation
827# gives unlimited permission to copy and/or distribute it, 827# gives unlimited permission to copy and/or distribute it,
@@ -1012,7 +1012,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
1012 1012
1013# Generate code to set up dependency tracking. -*- Autoconf -*- 1013# Generate code to set up dependency tracking. -*- Autoconf -*-
1014 1014
1015# Copyright (C) 1999-2014 Free Software Foundation, Inc. 1015# Copyright (C) 1999-2017 Free Software Foundation, Inc.
1016# 1016#
1017# This file is free software; the Free Software Foundation 1017# This file is free software; the Free Software Foundation
1018# gives unlimited permission to copy and/or distribute it, 1018# gives unlimited permission to copy and/or distribute it,
@@ -1088,7 +1088,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
1088 1088
1089# Do all the work for Automake. -*- Autoconf -*- 1089# Do all the work for Automake. -*- Autoconf -*-
1090 1090
1091# Copyright (C) 1996-2014 Free Software Foundation, Inc. 1091# Copyright (C) 1996-2017 Free Software Foundation, Inc.
1092# 1092#
1093# This file is free software; the Free Software Foundation 1093# This file is free software; the Free Software Foundation
1094# gives unlimited permission to copy and/or distribute it, 1094# gives unlimited permission to copy and/or distribute it,
@@ -1285,7 +1285,7 @@ for _am_header in $config_headers :; do
1285done 1285done
1286echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 1286echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1287 1287
1288# Copyright (C) 2001-2014 Free Software Foundation, Inc. 1288# Copyright (C) 2001-2017 Free Software Foundation, Inc.
1289# 1289#
1290# This file is free software; the Free Software Foundation 1290# This file is free software; the Free Software Foundation
1291# gives unlimited permission to copy and/or distribute it, 1291# gives unlimited permission to copy and/or distribute it,
@@ -1306,7 +1306,7 @@ if test x"${install_sh+set}" != xset; then
1306fi 1306fi
1307AC_SUBST([install_sh])]) 1307AC_SUBST([install_sh])])
1308 1308
1309# Copyright (C) 2003-2014 Free Software Foundation, Inc. 1309# Copyright (C) 2003-2017 Free Software Foundation, Inc.
1310# 1310#
1311# This file is free software; the Free Software Foundation 1311# This file is free software; the Free Software Foundation
1312# gives unlimited permission to copy and/or distribute it, 1312# gives unlimited permission to copy and/or distribute it,
@@ -1327,7 +1327,7 @@ AC_SUBST([am__leading_dot])])
1327 1327
1328# Check to see how 'make' treats includes. -*- Autoconf -*- 1328# Check to see how 'make' treats includes. -*- Autoconf -*-
1329 1329
1330# Copyright (C) 2001-2014 Free Software Foundation, Inc. 1330# Copyright (C) 2001-2017 Free Software Foundation, Inc.
1331# 1331#
1332# This file is free software; the Free Software Foundation 1332# This file is free software; the Free Software Foundation
1333# gives unlimited permission to copy and/or distribute it, 1333# gives unlimited permission to copy and/or distribute it,
@@ -1377,7 +1377,7 @@ rm -f confinc confmf
1377 1377
1378# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 1378# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1379 1379
1380# Copyright (C) 1997-2014 Free Software Foundation, Inc. 1380# Copyright (C) 1997-2017 Free Software Foundation, Inc.
1381# 1381#
1382# This file is free software; the Free Software Foundation 1382# This file is free software; the Free Software Foundation
1383# gives unlimited permission to copy and/or distribute it, 1383# gives unlimited permission to copy and/or distribute it,
@@ -1416,7 +1416,7 @@ fi
1416 1416
1417# Helper functions for option handling. -*- Autoconf -*- 1417# Helper functions for option handling. -*- Autoconf -*-
1418 1418
1419# Copyright (C) 2001-2014 Free Software Foundation, Inc. 1419# Copyright (C) 2001-2017 Free Software Foundation, Inc.
1420# 1420#
1421# This file is free software; the Free Software Foundation 1421# This file is free software; the Free Software Foundation
1422# gives unlimited permission to copy and/or distribute it, 1422# gives unlimited permission to copy and/or distribute it,
@@ -1445,7 +1445,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
1445AC_DEFUN([_AM_IF_OPTION], 1445AC_DEFUN([_AM_IF_OPTION],
1446[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 1446[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1447 1447
1448# Copyright (C) 1999-2014 Free Software Foundation, Inc. 1448# Copyright (C) 1999-2017 Free Software Foundation, Inc.
1449# 1449#
1450# This file is free software; the Free Software Foundation 1450# This file is free software; the Free Software Foundation
1451# gives unlimited permission to copy and/or distribute it, 1451# gives unlimited permission to copy and/or distribute it,
@@ -1492,7 +1492,7 @@ AC_LANG_POP([C])])
1492# For backward compatibility. 1492# For backward compatibility.
1493AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) 1493AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1494 1494
1495# Copyright (C) 2001-2014 Free Software Foundation, Inc. 1495# Copyright (C) 2001-2017 Free Software Foundation, Inc.
1496# 1496#
1497# This file is free software; the Free Software Foundation 1497# This file is free software; the Free Software Foundation
1498# gives unlimited permission to copy and/or distribute it, 1498# gives unlimited permission to copy and/or distribute it,
@@ -1511,7 +1511,7 @@ AC_DEFUN([AM_RUN_LOG],
1511 1511
1512# Check to make sure that the build environment is sane. -*- Autoconf -*- 1512# Check to make sure that the build environment is sane. -*- Autoconf -*-
1513 1513
1514# Copyright (C) 1996-2014 Free Software Foundation, Inc. 1514# Copyright (C) 1996-2017 Free Software Foundation, Inc.
1515# 1515#
1516# This file is free software; the Free Software Foundation 1516# This file is free software; the Free Software Foundation
1517# gives unlimited permission to copy and/or distribute it, 1517# gives unlimited permission to copy and/or distribute it,
@@ -1592,7 +1592,7 @@ AC_CONFIG_COMMANDS_PRE(
1592rm -f conftest.file 1592rm -f conftest.file
1593]) 1593])
1594 1594
1595# Copyright (C) 2009-2014 Free Software Foundation, Inc. 1595# Copyright (C) 2009-2017 Free Software Foundation, Inc.
1596# 1596#
1597# This file is free software; the Free Software Foundation 1597# This file is free software; the Free Software Foundation
1598# gives unlimited permission to copy and/or distribute it, 1598# gives unlimited permission to copy and/or distribute it,
@@ -1652,7 +1652,7 @@ AC_SUBST([AM_BACKSLASH])dnl
1652_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl 1652_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1653]) 1653])
1654 1654
1655# Copyright (C) 2001-2014 Free Software Foundation, Inc. 1655# Copyright (C) 2001-2017 Free Software Foundation, Inc.
1656# 1656#
1657# This file is free software; the Free Software Foundation 1657# This file is free software; the Free Software Foundation
1658# gives unlimited permission to copy and/or distribute it, 1658# gives unlimited permission to copy and/or distribute it,
@@ -1680,7 +1680,7 @@ fi
1680INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 1680INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1681AC_SUBST([INSTALL_STRIP_PROGRAM])]) 1681AC_SUBST([INSTALL_STRIP_PROGRAM])])
1682 1682
1683# Copyright (C) 2006-2014 Free Software Foundation, Inc. 1683# Copyright (C) 2006-2017 Free Software Foundation, Inc.
1684# 1684#
1685# This file is free software; the Free Software Foundation 1685# This file is free software; the Free Software Foundation
1686# gives unlimited permission to copy and/or distribute it, 1686# gives unlimited permission to copy and/or distribute it,
@@ -1699,7 +1699,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1699 1699
1700# Check how to create a tarball. -*- Autoconf -*- 1700# Check how to create a tarball. -*- Autoconf -*-
1701 1701
1702# Copyright (C) 2004-2014 Free Software Foundation, Inc. 1702# Copyright (C) 2004-2017 Free Software Foundation, Inc.
1703# 1703#
1704# This file is free software; the Free Software Foundation 1704# This file is free software; the Free Software Foundation
1705# gives unlimited permission to copy and/or distribute it, 1705# gives unlimited permission to copy and/or distribute it,