We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea86c45 commit 7f3ed33Copy full SHA for 7f3ed33
configure.ac
@@ -5,12 +5,13 @@ AC_CONFIG_MACRO_DIR([build-aux])
5
AM_INIT_AUTOMAKE([foreign tar-pax dist-zstd dist-zip no-dist-gzip color-tests])
6
AM_SILENT_RULES([yes])
7
8
+# Load up re-usable m4 bits shared across Caleb's projects
9
+QUE_GIT_VERSION
10
QUE_TRANSFORM_PACKAGE_NAME
11
QUE_DEVELOPER_MODE
-
-QUE_GIT_VERSION
12
QUE_DIST_CHECKSUMS
13
14
+
15
AM_COND_IF([DEVELOPER_MODE], [
16
QUE_PROGVAR([gitcliff], [git-cliff])
17
QUE_PROGVAR([typos], [typos])
0 commit comments