Skip to content

Commit 9b65cc6

Browse files
committed
perf(tooling): Eschew unused autotools dependency tracking
1 parent 689634a commit 9b65cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
22
AC_INIT([git-warp-time], [m4_esyscmd(build-aux/git-version-gen .tarball-version)], [[email protected]])
33
AC_CONFIG_AUX_DIR([build-aux])
44
AC_CONFIG_MACRO_DIR([build-aux])
5-
AM_INIT_AUTOMAKE([foreign tar-pax dist-zstd dist-zip no-dist-gzip color-tests])
5+
AM_INIT_AUTOMAKE([foreign tar-pax dist-zstd dist-zip no-dist-gzip no-dependencies color-tests])
66
AM_SILENT_RULES([yes])
77

88
# Load up re-usable m4 bits shared across Caleb's projects

0 commit comments

Comments
 (0)