commit 4b22f43cfffaae8668f6bd6320700fe4eb73b0c7 from: Thomas Adam date: Thu Apr 25 22:27:00 2024 UTC portable: update help syntax Fix syntax for --enable-{gotd,cvg} commit - 18c29eb5916141db23490e113dbae7d92b02d67e commit + 4b22f43cfffaae8668f6bd6320700fe4eb73b0c7 blob - 70154bb37964ee3202de5bb276067b535ca5e4fd blob + 4438af8674f93e29d3151a11c8c422c8a8ed55ff --- configure.ac +++ configure.ac @@ -22,9 +22,9 @@ AC_CANONICAL_HOST AC_CONFIG_SUBDIRS([template]) AC_ARG_ENABLE([gotd], - AS_HELP_STRING([--enable gotd], [build gotd and gotsh])) + AS_HELP_STRING([--enable-gotd], [build gotd and gotsh])) AC_ARG_ENABLE([cvg], - AS_HELP_STRING([--enable cvg], + AS_HELP_STRING([--enable-cvg], [EXPERIMENTAL: cvg - cvs-like-git])) # Override gotd's empty_path location.