Skip to content

Commit 2c37069

Browse files
author
vlad0x00
committed
Update outdated macros
1 parent a876331 commit 2c37069

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

configure.ac

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ m4_include(m4/m4_ax_pthread.m4)
77
m4_include([m4/ax_cxx_compile_stdcxx.m4])
88
AX_CXX_COMPILE_STDCXX(11, noext, mandatory)
99

10-
AM_INIT_AUTOMAKE(1.9.6 foreign subdir-objects)
10+
AM_INIT_AUTOMAKE(1.9.6 tar-ustar foreign subdir-objects)
1111
AC_CONFIG_SRCDIR([ABYSS/abyss.cc])
12-
AC_CONFIG_HEADER([config.h])
12+
AC_CONFIG_HEADERS([config.h])
1313

1414
# Checks for programs.
1515
AC_PROG_AWK
@@ -28,7 +28,6 @@ AM_PROG_AR
2828
AC_CHECK_HEADERS([dlfcn.h fcntl.h float.h limits.h \
2929
stddef.h stdint.h stdlib.h sys/param.h])
3030
AC_HEADER_STDBOOL
31-
AC_HEADER_STDC
3231

3332
# Checks for typedefs, structures, and compiler characteristics.
3433
AC_C_BIGENDIAN
@@ -81,7 +80,6 @@ AC_FUNC_FORK
8180
AC_FUNC_MALLOC
8281
AC_FUNC_MEMCMP
8382
AC_FUNC_REALLOC
84-
AC_FUNC_SETVBUF_REVERSED
8583
AC_FUNC_VPRINTF
8684

8785
# Checks for library constants.

0 commit comments

Comments
 (0)