diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-06 06:59:36 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-03-06 08:30:59 -0800 |
commit | aebb5226392c9cf1eb8d415fe661afd2198b43fe (patch) | |
tree | 9a7c8ffc104acd1bed5c40fd1018325403c060e3 /m4/libOggFLAC.m4 | |
parent | 67cecf4e957655b2334b05beda39d79b7f29adf2 (diff) | |
download | mpd-aebb5226392c9cf1eb8d415fe661afd2198b43fe.tar.gz mpd-aebb5226392c9cf1eb8d415fe661afd2198b43fe.tar.xz mpd-aebb5226392c9cf1eb8d415fe661afd2198b43fe.zip |
configure: No capitalization on beginning of help strings.
Most strings have no capitalization at the beinning, make all strings
non-capital.
Diffstat (limited to 'm4/libOggFLAC.m4')
-rw-r--r-- | m4/libOggFLAC.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/libOggFLAC.m4 b/m4/libOggFLAC.m4 index 5595b2f8c..8167c4d68 100644 --- a/m4/libOggFLAC.m4 +++ b/m4/libOggFLAC.m4 @@ -10,19 +10,19 @@ dnl Get the cflags and libraries dnl AC_ARG_WITH(libOggFLAC, AS_HELP_STRING([--with-libOggFLAC=PFX], - [Prefix where libOggFLAC is installed (optional)]),, + [prefix where libOggFLAC is installed (optional)]),, libOggFLAC_prefix="") AC_ARG_WITH(libOggFLAC-libraries, AS_HELP_STRING([--with-libOggFLAC-libraries=DIR], - [Directory where libOggFLAC library is installed (optional)]),, + [directory where libOggFLAC library is installed (optional)]),, libOggFLAC_libraries="") AC_ARG_WITH(libOggFLAC-includes, AS_HELP_STRING([--with-libOggFLAC-includes=DIR], - [Directory where libOggFLAC header files are installed (optional)]),, + [directory where libOggFLAC header files are installed (optional)]),, libOggFLAC_includes="") AC_ARG_ENABLE(libOggFLACtest, AS_HELP_STRING([--disable-libOggFLACtest], - [Do not try to compile and run a test libOggFLAC program]),, + [do not try to compile and run a test libOggFLAC program]),, enable_libOggFLACtest=yes) if test "x$libOggFLAC_libraries" != "x" ; then |