Skip to content
Snippets Groups Projects
Commit cc6024cc authored by Maxim Cournoyer's avatar Maxim Cournoyer Committed by Adrien Béraud
Browse files

configure.ac: Remove uses of obsolete macros.

* configure.ac: Bump required autoconf version to 2.69 and remove the
uses of the obsoleted AC_HEADER_STDC and AC_HEADER_TIME macros.

GitLab: #487
Change-Id: Idb210870c298b83ddabe189e341d0846f04a1bb9
parent ad8909f0
No related branches found
No related tags found
No related merge requests found
dnl Jami - configure.ac for automake 1.9 and autoconf 2.59 dnl Jami - configure.ac
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65]) AC_PREREQ([2.69])
AC_INIT([Jami Daemon],[9.10.0],[jami@gnu.org],[jami]) AC_INIT([Jami Daemon],[9.10.0],[jami@gnu.org],[jami])
AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux 2004-2021]]) AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux 2004-2021]])
...@@ -160,7 +160,6 @@ AX_CXX_COMPILE_STDCXX(17,[ext],[mandatory]) ...@@ -160,7 +160,6 @@ AX_CXX_COMPILE_STDCXX(17,[ext],[mandatory])
dnl Check for header files dnl Check for header files
AC_FUNC_ALLOCA AC_FUNC_ALLOCA
AC_HEADER_STDC
AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h \ AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h \
netdb.h netinet/in.h stdlib.h string.h \ netdb.h netinet/in.h stdlib.h string.h \
sys/ioctl.h sys/socket.h sys/time.h unistd.h]) sys/ioctl.h sys/socket.h sys/time.h unistd.h])
...@@ -172,7 +171,6 @@ AC_C_CONST ...@@ -172,7 +171,6 @@ AC_C_CONST
AC_C_INLINE AC_C_INLINE
AC_TYPE_PID_T AC_TYPE_PID_T
AC_TYPE_SIZE_T AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_C_VOLATILE AC_C_VOLATILE
AC_CHECK_TYPES([ptrdiff_t]) AC_CHECK_TYPES([ptrdiff_t])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment