Minor formatting tweaks

This commit is contained in:
Chris Cannam
2020-02-14 11:29:55 +00:00
parent 8043a8fc8f
commit 392e6850fd
2 changed files with 7 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
AC_INIT(RubberBand, 1.8.2, chris.cannam@breakfastquay.com)
AC_ARG_ENABLE(programs,
[ --disable-programs Disable compilation of programs],
[ --disable-programs disable compilation of programs],
[case "${enableval}" in
yes | no ) WITH_PROGRAMS="${enableval}" ;;
*) AC_MSG_ERROR(bad value ${enableval} for --disable-programs) ;;
@@ -12,7 +12,7 @@ AC_ARG_ENABLE(programs,
AC_SUBST(WITH_PROGRAMS)
AC_ARG_ENABLE(vamp,
[ --disable-vamp Disable compilation of vamp plugin],
[ --disable-vamp disable compilation of Vamp plugin],
[case "${enableval}" in
yes | no ) WITH_VAMP="${enableval}" ;;
*) AC_MSG_ERROR(bad value ${enableval} for --disable-vamp) ;;
@@ -22,7 +22,7 @@ AC_ARG_ENABLE(vamp,
AC_SUBST(WITH_VAMP)
AC_ARG_ENABLE(ladspa,
[ --disable-ladspa Disable compilation of ladspa plugin],
[ --disable-ladspa disable compilation of LADSPA plugin],
[case "${enableval}" in
yes | no ) WITH_LADSPA="${enableval}" ;;
*) AC_MSG_ERROR(bad value ${enableval} for --disable-ladspa) ;;