X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config%2Fextensions.m4;h=eb59f272119d11cf0c19eb1c4f44a6a7d2a44ec0;hb=df08b5881b4972d78f9a2069955dad5b12bc972e;hp=8ae4a675e2bfcfd11fca292f31a74f901877fdec;hpb=c779bab85b1a11bd137cc9eb492aad0c6f586462;p=deliverable%2Fbinutils-gdb.git diff --git a/config/extensions.m4 b/config/extensions.m4 index 8ae4a675e2..eb59f27211 100644 --- a/config/extensions.m4 +++ b/config/extensions.m4 @@ -1,7 +1,7 @@ -# serial 5 -*- Autoconf -*- +# serial 6 -*- Autoconf -*- # Enable extensions on systems that normally disable them. -# Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2003, 2006, 2007, 2009 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -12,6 +12,8 @@ # enough in this area it's likely we'll need to redefine # AC_USE_SYSTEM_EXTENSIONS for quite some time. +m4_version_prereq([2.62],, [ + # AC_USE_SYSTEM_EXTENSIONS # ------------------------ # Enable extensions on systems that normally disable them, @@ -74,3 +76,4 @@ AC_BEFORE([$0], [AC_RUN_IFELSE])dnl AC_DEFINE([_TANDEM_SOURCE]) ])# AC_USE_SYSTEM_EXTENSIONS +])