summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-26 17:12:07 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-07-29 15:59:33 +0200
commit7394879adfeac2fa8e9e2fc3cc5a0e48857592ba (patch)
tree53f15a9d0da576c941013e3af1146c0491d9bac0 /TSRM
parentab702e4fdef20845e767c259950af5f7352bd4e7 (diff)
downloadphp-git-7394879adfeac2fa8e9e2fc3cc5a0e48857592ba.tar.gz
Upgrade AX_FUNC_WHICH_GETHOSTBYNAME_R to serial 8
The AX_FUNC_WHICH_GETHOSTBYNAME_R macro is from the Autoconf Archive. Latest version of the file has few docs changes. File is also renamed as is a pattern of other m4 Autoconf Archive files. Refs: - http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_func_which_gethostbyname_r.m4
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/m4/ax_func_which_gethostbyname_r.m4 (renamed from TSRM/m4/gethostbyname.m4)11
-rw-r--r--TSRM/tsrm.m42
2 files changed, 6 insertions, 7 deletions
diff --git a/TSRM/m4/gethostbyname.m4 b/TSRM/m4/ax_func_which_gethostbyname_r.m4
index ac3eb06018..bb6bc959e7 100644
--- a/TSRM/m4/gethostbyname.m4
+++ b/TSRM/m4/ax_func_which_gethostbyname_r.m4
@@ -1,6 +1,6 @@
-# =================================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_func_which_gethostbyname_r.html
-# =================================================================================
+# ==================================================================================
+# https://www.gnu.org/software/autoconf-archive/ax_func_which_gethostbyname_r.html
+# ==================================================================================
#
# SYNOPSIS
#
@@ -46,7 +46,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
@@ -61,7 +61,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 7
+#serial 8
AC_DEFUN([AX_FUNC_WHICH_GETHOSTBYNAME_R], [
@@ -194,4 +194,3 @@ esac
AC_LANG_POP
]) dnl end AC_DEFUN
-
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index 0ccd7ac9ce..bc10b3d956 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -1,4 +1,4 @@
-m4_include([TSRM/m4/gethostbyname.m4])
+m4_include([TSRM/m4/ax_func_which_gethostbyname_r.m4])
dnl TSRM_CHECK_GCC_ARG(ARG, ACTION-IF-FOUND, ACTION-IF-NOT_FOUND)
AC_DEFUN([TSRM_CHECK_GCC_ARG],[