1141cc406Sopenharmony_ciFrom: Guido Draheim <guidod@gmx.de> 2141cc406Sopenharmony_ciDate: Sat, 21 Jul 2018 10:31:26 +0000 (+0200) 3141cc406Sopenharmony_ciSubject: all-permissive for macros from Guido Draheim (only author) 4141cc406Sopenharmony_ciX-Git-Tag: v2019.01.06~19^2~22 5141cc406Sopenharmony_ciX-Git-Url: https://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commitdiff_plain;h=817d63c5660776f8504381e769bf8aa4235571e4 6141cc406Sopenharmony_ci 7141cc406Sopenharmony_ciall-permissive for macros from Guido Draheim (only author) 8141cc406Sopenharmony_ci--- 9141cc406Sopenharmony_ci 10141cc406Sopenharmony_cidiff --git a/m4/ax_create_stdint_h.m4 b/m4/ax_create_stdint_h.m4 11141cc406Sopenharmony_ciindex 440069b..8fccde1 100644 12141cc406Sopenharmony_ci--- a/m4/ax_create_stdint_h.m4 13141cc406Sopenharmony_ci+++ b/m4/ax_create_stdint_h.m4 14141cc406Sopenharmony_ci@@ -48,33 +48,12 @@ 15141cc406Sopenharmony_ci # 16141cc406Sopenharmony_ci # Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de> 17141cc406Sopenharmony_ci # 18141cc406Sopenharmony_ci-# This program is free software; you can redistribute it and/or modify it 19141cc406Sopenharmony_ci-# under the terms of the GNU General Public License as published by the 20141cc406Sopenharmony_ci-# Free Software Foundation; either version 3 of the License, or (at your 21141cc406Sopenharmony_ci-# option) any later version. 22141cc406Sopenharmony_ci-# 23141cc406Sopenharmony_ci-# This program is distributed in the hope that it will be useful, but 24141cc406Sopenharmony_ci-# WITHOUT ANY WARRANTY; without even the implied warranty of 25141cc406Sopenharmony_ci-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 26141cc406Sopenharmony_ci-# Public License for more details. 27141cc406Sopenharmony_ci-# 28141cc406Sopenharmony_ci-# You should have received a copy of the GNU General Public License along 29141cc406Sopenharmony_ci-# with this program. If not, see <https://www.gnu.org/licenses/>. 30141cc406Sopenharmony_ci-# 31141cc406Sopenharmony_ci-# As a special exception, the respective Autoconf Macro's copyright owner 32141cc406Sopenharmony_ci-# gives unlimited permission to copy, distribute and modify the configure 33141cc406Sopenharmony_ci-# scripts that are the output of Autoconf when processing the Macro. You 34141cc406Sopenharmony_ci-# need not follow the terms of the GNU General Public License when using 35141cc406Sopenharmony_ci-# or distributing such scripts, even though portions of the text of the 36141cc406Sopenharmony_ci-# Macro appear in them. The GNU General Public License (GPL) does govern 37141cc406Sopenharmony_ci-# all other use of the material that constitutes the Autoconf Macro. 38141cc406Sopenharmony_ci-# 39141cc406Sopenharmony_ci-# This special exception to the GPL applies to versions of the Autoconf 40141cc406Sopenharmony_ci-# Macro released by the Autoconf Archive. When you make and distribute a 41141cc406Sopenharmony_ci-# modified version of the Autoconf Macro, you may extend this special 42141cc406Sopenharmony_ci-# exception to the GPL to apply to your modified version as well. 43141cc406Sopenharmony_ci+# Copying and distribution of this file, with or without modification, are 44141cc406Sopenharmony_ci+# permitted in any medium without royalty provided the copyright notice 45141cc406Sopenharmony_ci+# and this notice are preserved. This file is offered as-is, without any 46141cc406Sopenharmony_ci+# warranty. 47141cc406Sopenharmony_ci 48141cc406Sopenharmony_ci-#serial 19 49141cc406Sopenharmony_ci+#serial 20 50141cc406Sopenharmony_ci 51141cc406Sopenharmony_ci AC_DEFUN([AX_CHECK_DATA_MODEL],[ 52141cc406Sopenharmony_ci AC_CHECK_SIZEOF(char) 53