Skip to content

Commit 9de973f

Browse files
configure: Document canonical order of modules
1 parent 1e04d32 commit 9de973f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure.ac

+4
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,10 @@ AC_SUBST(LIB_VERSION_AGE, _LIB_VERSION_AGE)
610610

611611
AC_OUTPUT
612612

613+
# The order in which all modules are listed here should be considered the
614+
# canonical order. This order (or, when appropriate, its reserve) should be used
615+
# everywhere we list or process modules, i.e., here and in other build system
616+
# files and docs.
613617
echo
614618
echo "Build Options:"
615619
echo " with external callbacks = $enable_external_default_callbacks"

0 commit comments

Comments
 (0)