Skip to content

Commit

Permalink
Upgrade AX_FUNC_WHICH_GETHOSTBYNAME_R to serial 8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
petk committed Jul 29, 2018
1 parent ab702e4 commit 7394879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down Expand Up @@ -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
Expand All @@ -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], [
Expand Down Expand Up @@ -194,4 +194,3 @@ esac
AC_LANG_POP
]) dnl end AC_DEFUN

2 changes: 1 addition & 1 deletion TSRM/tsrm.m4
Original file line number Diff line number Diff line change
@@ -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],[
Expand Down

0 comments on commit 7394879

Please sign in to comment.