Remove deprecated autoconf macros
AC_EXEEXT AC_OBJEXT are deprecated in the minimum autoconf version we use: 2.58. The compiler checking macros do the equivalent now.
This commit is contained in:
parent
98ebd56942
commit
b5796019e0
1 changed files with 0 additions and 2 deletions
|
|
@ -28,8 +28,6 @@ AH_BOTTOM([
|
|||
dnl Check for programs that a user requires to build SWIG
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AC_EXEEXT
|
||||
AC_OBJEXT
|
||||
AM_PROG_CC_C_O # Needed for subdir-objects in AUTOMAKE_OPTIONS
|
||||
|
||||
AC_COMPILE_WARNINGS # Increase warning levels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue