Skip to content

Commit 7f3ed33

Browse files
committed
chore(build): Copy comments and config order from other projects
1 parent ea86c45 commit 7f3ed33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure.ac

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ AC_CONFIG_MACRO_DIR([build-aux])
55
AM_INIT_AUTOMAKE([foreign tar-pax dist-zstd dist-zip no-dist-gzip color-tests])
66
AM_SILENT_RULES([yes])
77

8+
# Load up re-usable m4 bits shared across Caleb's projects
9+
QUE_GIT_VERSION
810
QUE_TRANSFORM_PACKAGE_NAME
911
QUE_DEVELOPER_MODE
10-
11-
QUE_GIT_VERSION
1212
QUE_DIST_CHECKSUMS
1313

14+
1415
AM_COND_IF([DEVELOPER_MODE], [
1516
QUE_PROGVAR([gitcliff], [git-cliff])
1617
QUE_PROGVAR([typos], [typos])

0 commit comments

Comments
 (0)