aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-19 06:50:18 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-19 06:50:18 +0100
commit24c0098b3bd3b118774b6915c4eb217063dc4376 (patch)
tree2fc7d372311289a7a735bbb36c4b103bc7b3e929 /m4/ax_cflags_strict_prototypes.m4
parenttests: Add a test for LD_PRELOAD non-preserving (SANDBOX_ON=0) (diff)
downloadsandbox-24c0098b3bd3b118774b6915c4eb217063dc4376.tar.gz
sandbox-24c0098b3bd3b118774b6915c4eb217063dc4376.tar.bz2
sandbox-24c0098b3bd3b118774b6915c4eb217063dc4376.zip
Update autotools filesv2.13
Diffstat (limited to 'm4/ax_cflags_strict_prototypes.m4')
-rw-r--r--m4/ax_cflags_strict_prototypes.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/m4/ax_cflags_strict_prototypes.m4 b/m4/ax_cflags_strict_prototypes.m4
index 3ad4bf0..1bc5db4 100644
--- a/m4/ax_cflags_strict_prototypes.m4
+++ b/m4/ax_cflags_strict_prototypes.m4
@@ -1,6 +1,6 @@
-# ===============================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_cflags_strict_prototypes.html
-# ===============================================================================
+# ================================================================================
+# https://www.gnu.org/software/autoconf-archive/ax_cflags_strict_prototypes.html
+# ================================================================================
#
# SYNOPSIS
#
@@ -43,7 +43,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
-# with this program. If not, see <http://www.gnu.org/licenses/>.
+# with this program. If not, see <https://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright owner
# gives unlimited permission to copy, distribute and modify the configure
@@ -58,7 +58,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 13
+#serial 16
AC_DEFUN([AX_FLAGS_STRICT_PROTOTYPES],[dnl
AS_VAR_PUSHDEF([FLAGS],[_AC_LANG_PREFIX[]FLAGS])dnl
@@ -68,8 +68,8 @@ VAR,[VAR="no, unknown"
ac_save_[]FLAGS="$[]FLAGS"
for ac_arg dnl
in "-pedantic -Werror % -fstrict-prototypes -Wstrict-prototypes" dnl GCC
- "-pedantic -Werror % -Wstrict-prototypes" dnl try to warn atleast
- "-pedantic -Werror % -Wmissing-prototypes" dnl try to warn atleast
+ "-pedantic -Werror % -Wstrict-prototypes" dnl try to warn at least
+ "-pedantic -Werror % -Wmissing-prototypes" dnl try to warn at least
"-pedantic -Werror % -Werror-implicit-function-declaration" dnl
"-pedantic -Werror % -Wimplicit-function-declaration" dnl
"-pedantic % -Wstrict-prototypes %% no, unsupported" dnl oops