Skip to content

Commit 7394879

Browse files
committed
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
1 parent ab702e4 commit 7394879

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

TSRM/m4/gethostbyname.m4 renamed to TSRM/m4/ax_func_which_gethostbyname_r.m4

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# =================================================================================
2-
# http://www.gnu.org/software/autoconf-archive/ax_func_which_gethostbyname_r.html
3-
# =================================================================================
1+
# ==================================================================================
2+
# https://www.gnu.org/software/autoconf-archive/ax_func_which_gethostbyname_r.html
3+
# ==================================================================================
44
#
55
# SYNOPSIS
66
#
@@ -46,7 +46,7 @@
4646
# Public License for more details.
4747
#
4848
# You should have received a copy of the GNU General Public License along
49-
# with this program. If not, see <http://www.gnu.org/licenses/>.
49+
# with this program. If not, see <https://www.gnu.org/licenses/>.
5050
#
5151
# As a special exception, the respective Autoconf Macro's copyright owner
5252
# gives unlimited permission to copy, distribute and modify the configure
@@ -61,7 +61,7 @@
6161
# modified version of the Autoconf Macro, you may extend this special
6262
# exception to the GPL to apply to your modified version as well.
6363

64-
#serial 7
64+
#serial 8
6565

6666
AC_DEFUN([AX_FUNC_WHICH_GETHOSTBYNAME_R], [
6767
@@ -194,4 +194,3 @@ esac
194194
AC_LANG_POP
195195
196196
]) dnl end AC_DEFUN
197-

TSRM/tsrm.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
m4_include([TSRM/m4/gethostbyname.m4])
1+
m4_include([TSRM/m4/ax_func_which_gethostbyname_r.m4])
22

33
dnl TSRM_CHECK_GCC_ARG(ARG, ACTION-IF-FOUND, ACTION-IF-NOT_FOUND)
44
AC_DEFUN([TSRM_CHECK_GCC_ARG],[

0 commit comments

Comments
 (0)