Skip to content

Commit

Permalink
build(autoconf): 🐛 use pax format tarballs to avoid 100 chars path limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf committed Sep 21, 2024
1 parent 2442466 commit b2a035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([include/simple_logger/simple_logger.hpp])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([third_party/autoconf-archive/m4])

AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])

AX_CXX_COMPILE_STDCXX_17([noext], [mandatory])
CXXFLAGS=""
Expand Down

0 comments on commit b2a035e

Please sign in to comment.