@@ -44,13 +44,13 @@ AS_IF([printf "%d.%d.%d" ${AX_MAJOR_VERSION} ${AX_MINOR_VERSION} ${AX_POINT_VERS
4444 version_err_msg="
4545 VERSION ${VERSION} is invalid.
4646 Try the following to remedy this:
47-
48- 1. Run \`git fetch --tags\` before building. Versions in
47+
48+ 1. Run \`git fetch --tags\` before building. Versions in
4949 flux-core are derived from \`git describe\` which uses
5050 the most recent tag.
51- 2. If you are running remote CI in a fork of the main repository,
51+ 2. If you are running remote CI in a fork of the main repository,
5252 try pushing the upstream tags to your fork with
53- \`git push --tags <your_remote>\` to make sure tags are
53+ \`git push --tags <your_remote>\` to make sure tags are
5454 synchronized in your fork.
5555 3. Set the variable manually, with FLUX_VERSION=<version>
5656 in your environment.
@@ -450,29 +450,6 @@ AS_IF([test "x$with_flux_security" = "xyes"], [
450450] )
451451AM_CONDITIONAL([ HAVE_FLUX_SECURITY] , [ test "x$with_flux_security" = "xyes"] )
452452
453- AC_ARG_ENABLE ( [ content-s3] ,
454- AS_HELP_STRING ( [ --enable-content-s3] , [ Enable S3 storage backend] ) )
455-
456- AS_IF ( [ test "x$enable_content_s3" = "xyes"] , [
457- X_AC_CHECK_COND_LIB(s3, S3_initialize)
458- AS_IF ( [ test "x$ac_cv_lib_s3_S3_initialize" != "xyes"] , [
459- AC_MSG_ERROR ( [ configured with --enable-content-s3, but libs3 not found] )
460- ] )
461-
462- AC_COMPILE_IFELSE (
463- [ AC_LANG_PROGRAM ( [ #include <libs3.h>] ,
464- [ S3_create_bucket (0,0,0,0,0,0,0,0,0,0,0);] ) ] ,
465- AC_DEFINE ( [ HAVE_S3_AUTH_REGION] , [ 1] , [ S3_create_bucket has 11 args] ) ,
466- AC_COMPILE_IFELSE (
467- [ AC_LANG_PROGRAM ( [ #include <libs3.h>] ,
468- [ S3_create_bucket (0,0,0,0,0,0,0,0,0,0,0,0,0);] ) ] ,
469- AC_DEFINE ( [ HAVE_S3_TIMEOUT_ARG] , [ 1] , [ S3_create_bucket has 13 args] )
470- )
471- )
472- ] )
473-
474- AM_CONDITIONAL([ ENABLE_CONTENT_S3] , [ test "x$enable_content_s3" = "xyes"] )
475-
476453AC_ARG_ENABLE (
477454 [ broken-locale-mode] ,
478455 AS_HELP_STRING ( [ --enable-broken-locale-mode] ,
@@ -641,7 +618,6 @@ AC_CONFIG_FILES( \
641618 src/modules/Makefile \
642619 src/modules/kvs/Makefile \
643620 src/modules/content-files/Makefile \
644- src/modules/content-s3/Makefile \
645621 src/modules/job-ingest/Makefile \
646622 src/modules/job-manager/Makefile \
647623 src/modules/job-list/Makefile \
0 commit comments