@@ -8,7 +8,7 @@ dnl ============================================================================
88dnl Custom macro definitions.
99
1010dnl JE_CONCAT_VVV(r, a, b)
11- dnl
11+ dnl
1212dnl Set $r to the concatenation of $a and $b, with a space separating them iff
1313dnl both $a and $b are non-emty.
1414AC_DEFUN ( [ JE_CONCAT_VVV] ,
2020)
2121
2222dnl JE_APPEND_VS(a, b)
23- dnl
23+ dnl
2424dnl Set $a to the concatenation of $a and b, with a space separating them iff
2525dnl both $a and b are non-empty.
2626AC_DEFUN ( [ JE_APPEND_VS] ,
@@ -31,7 +31,7 @@ AC_DEFUN([JE_APPEND_VS],
3131CONFIGURE_CFLAGS=
3232SPECIFIED_CFLAGS="${CFLAGS}"
3333dnl JE_CFLAGS_ADD(cflag)
34- dnl
34+ dnl
3535dnl CFLAGS is the concatenation of CONFIGURE_CFLAGS and SPECIFIED_CFLAGS
3636dnl (ignoring EXTRA_CFLAGS, which does not impact configure tests. This macro
3737dnl appends to CONFIGURE_CFLAGS and regenerates CFLAGS.
@@ -57,7 +57,7 @@ JE_CONCAT_VVV(CFLAGS, CONFIGURE_CFLAGS, SPECIFIED_CFLAGS)
5757
5858dnl JE_CFLAGS_SAVE()
5959dnl JE_CFLAGS_RESTORE()
60- dnl
60+ dnl
6161dnl Save/restore CFLAGS. Nesting is not supported.
6262AC_DEFUN ( [ JE_CFLAGS_SAVE] ,
6363SAVED_CONFIGURE_CFLAGS="${CONFIGURE_CFLAGS}"
@@ -91,7 +91,7 @@ JE_CONCAT_VVV(CXXFLAGS, CONFIGURE_CXXFLAGS, SPECIFIED_CXXFLAGS)
9191] )
9292
9393dnl JE_COMPILABLE(label, hcode, mcode, rvar)
94- dnl
94+ dnl
9595dnl Use AC_LINK_IFELSE() rather than AC_COMPILE_IFELSE() so that linker errors
9696dnl cause failure.
9797AC_DEFUN ( [ JE_COMPILABLE] ,
@@ -516,7 +516,7 @@ AC_PROG_AWK
516516dnl Platform-specific settings. abi and RPATH can probably be determined
517517dnl programmatically, but doing so is error-prone, which makes it generally
518518dnl not worth the trouble.
519- dnl
519+ dnl
520520dnl Define cpp macros in CPPFLAGS, rather than doing AC_DEFINE(macro), since the
521521dnl definitions need to be seen before any headers are included, which is a pain
522522dnl to make happen otherwise.
@@ -1387,7 +1387,7 @@ AC_ARG_WITH([lg_page_sizes],
13871387
13881388dnl ============================================================================
13891389dnl jemalloc configuration.
1390- dnl
1390+ dnl
13911391
13921392AC_ARG_WITH ( [ version] ,
13931393 [ AS_HELP_STRING ( [ --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid>] ,
0 commit comments