Commit f0ef656f authored by Kenton Varda's avatar Kenton Varda

Use tar-ustar to avoid problems with a long path in the gtest directory that…

Use tar-ustar to avoid problems with a long path in the gtest directory that crosses the 99-char tar-v7 limit if the package version number happens to be long enough.  This was causing make distcheck to fail on release candidates, although it worked fine for final releases.
parent a74d32e2
......@@ -14,7 +14,7 @@ AS_IF([test "x${ac_cv_env_CFLAGS_set}" = "x"],
AS_IF([test "x${ac_cv_env_CXXFLAGS_set}" = "x"],
[CXXFLAGS="-O2 -DNDEBUG"])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([tar-ustar])
AC_ARG_WITH([external-capnp],
[AS_HELP_STRING([--with-external-capnp],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment