Skip to content

Commit d2ea4ce

Browse files
committed
Add tar-pax option for creating tarballs via 'dist' target on MacOS.
1 parent f815a7c commit d2ea4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AC_INIT([spatialdata], [1.10.1], [[email protected]])
1919
AC_CONFIG_HEADER([portinfo])
2020
AC_CONFIG_AUX_DIR([./aux-config])
2121
AC_CONFIG_MACRO_DIR([m4])
22-
AM_INIT_AUTOMAKE([foreign subdir-objects])
22+
AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])
2323

2424
# ----------------------------------------------------------------------
2525
# SWIG

0 commit comments

Comments
 (0)