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:
William S Fulton 2018-02-21 12:25:35 +00:00
commit b5796019e0

View file

@ -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