Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
aebb5226
Commit
aebb5226
authored
Mar 06, 2009
by
Avuton Olrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: No capitalization on beginning of help strings.
Most strings have no capitalization at the beinning, make all strings non-capital.
parent
67cecf4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
configure.ac
configure.ac
+8
-8
libOggFLAC.m4
m4/libOggFLAC.m4
+4
-4
No files found.
configure.ac
View file @
aebb5226
...
@@ -173,7 +173,7 @@ dnl Avahi / Zeroconf
...
@@ -173,7 +173,7 @@ dnl Avahi / Zeroconf
dnl ##
dnl ##
AC_ARG_WITH(zeroconf,
AC_ARG_WITH(zeroconf,
AS_HELP_STRING([--with-zeroconf=@<:@auto|avahi|bonjour|no@:>@],
AS_HELP_STRING([--with-zeroconf=@<:@auto|avahi|bonjour|no@:>@],
[
E
nable zeroconf backend (default=auto)]),,
[
e
nable zeroconf backend (default=auto)]),,
with_zeroconf="auto")
with_zeroconf="auto")
case $with_zeroconf in
case $with_zeroconf in
...
@@ -371,15 +371,15 @@ dnl faad
...
@@ -371,15 +371,15 @@ dnl faad
dnl ##
dnl ##
AC_ARG_WITH(faad,
AC_ARG_WITH(faad,
AS_HELP_STRING([--with-faad=PFX],
AS_HELP_STRING([--with-faad=PFX],
[
P
refix where faad2 is installed (optional)]),,
[
p
refix where faad2 is installed (optional)]),,
faad_prefix="")
faad_prefix="")
AC_ARG_WITH(faad-libraries,
AC_ARG_WITH(faad-libraries,
AS_HELP_STRING([--with-faad-libraries=DIR],
AS_HELP_STRING([--with-faad-libraries=DIR],
[
D
irectory where faad2 library is installed (optional)]),,
[
d
irectory where faad2 library is installed (optional)]),,
faad_libraries="")
faad_libraries="")
AC_ARG_WITH(faad-includes,
AC_ARG_WITH(faad-includes,
AS_HELP_STRING([--with-faad-includes=DIR],
AS_HELP_STRING([--with-faad-includes=DIR],
[
D
irectory where faad2 header files are installed (optional)]),,
[
d
irectory where faad2 header files are installed (optional)]),,
faad_includes="")
faad_includes="")
AC_ARG_ENABLE(audiofile,
AC_ARG_ENABLE(audiofile,
...
@@ -1134,7 +1134,7 @@ dnl
...
@@ -1134,7 +1134,7 @@ dnl
AC_ARG_ENABLE(werror,
AC_ARG_ENABLE(werror,
AS_HELP_STRING([--enable-werror],
AS_HELP_STRING([--enable-werror],
[
T
reat warnings as errors (default: disabled)]),,
[
t
reat warnings as errors (default: disabled)]),,
ENABLE_WERROR=no)
ENABLE_WERROR=no)
if test "x$ENABLE_WERROR" = xyes; then
if test "x$ENABLE_WERROR" = xyes; then
...
@@ -1143,7 +1143,7 @@ fi
...
@@ -1143,7 +1143,7 @@ fi
AC_ARG_ENABLE(debug,
AC_ARG_ENABLE(debug,
AS_HELP_STRING([--enable-debug],
AS_HELP_STRING([--enable-debug],
[
E
nable debugging (default: disabled)]),,
[
e
nable debugging (default: disabled)]),,
ENABLE_DEBUG=no)
ENABLE_DEBUG=no)
#if test "x$ENABLE_DEBUG" = xno; then
#if test "x$ENABLE_DEBUG" = xno; then
...
@@ -1153,7 +1153,7 @@ AC_ARG_ENABLE(debug,
...
@@ -1153,7 +1153,7 @@ AC_ARG_ENABLE(debug,
AC_ARG_ENABLE(gprof,
AC_ARG_ENABLE(gprof,
AS_HELP_STRING([--enable-gprof],
AS_HELP_STRING([--enable-gprof],
[
E
nable profiling via gprof (default: disabled)]),,
[
e
nable profiling via gprof (default: disabled)]),,
ENABLE_GPROF=no)
ENABLE_GPROF=no)
if test "x$ENABLE_GPROF" = xyes; then
if test "x$ENABLE_GPROF" = xyes; then
...
@@ -1162,7 +1162,7 @@ fi
...
@@ -1162,7 +1162,7 @@ fi
AC_ARG_ENABLE(test,
AC_ARG_ENABLE(test,
AS_HELP_STRING([--enable-test],
AS_HELP_STRING([--enable-test],
[
B
uild the test programs (default: disabled)]),,
[
b
uild the test programs (default: disabled)]),,
enable_test=no)
enable_test=no)
AM_CONDITIONAL(ENABLE_TEST, test "x$enable_test" = xyes)
AM_CONDITIONAL(ENABLE_TEST, test "x$enable_test" = xyes)
...
...
m4/libOggFLAC.m4
View file @
aebb5226
...
@@ -10,19 +10,19 @@ dnl Get the cflags and libraries
...
@@ -10,19 +10,19 @@ dnl Get the cflags and libraries
dnl
dnl
AC_ARG_WITH(libOggFLAC,
AC_ARG_WITH(libOggFLAC,
AS_HELP_STRING([--with-libOggFLAC=PFX],
AS_HELP_STRING([--with-libOggFLAC=PFX],
[
P
refix where libOggFLAC is installed (optional)]),,
[
p
refix where libOggFLAC is installed (optional)]),,
libOggFLAC_prefix="")
libOggFLAC_prefix="")
AC_ARG_WITH(libOggFLAC-libraries,
AC_ARG_WITH(libOggFLAC-libraries,
AS_HELP_STRING([--with-libOggFLAC-libraries=DIR],
AS_HELP_STRING([--with-libOggFLAC-libraries=DIR],
[
D
irectory where libOggFLAC library is installed (optional)]),,
[
d
irectory where libOggFLAC library is installed (optional)]),,
libOggFLAC_libraries="")
libOggFLAC_libraries="")
AC_ARG_WITH(libOggFLAC-includes,
AC_ARG_WITH(libOggFLAC-includes,
AS_HELP_STRING([--with-libOggFLAC-includes=DIR],
AS_HELP_STRING([--with-libOggFLAC-includes=DIR],
[
D
irectory where libOggFLAC header files are installed (optional)]),,
[
d
irectory where libOggFLAC header files are installed (optional)]),,
libOggFLAC_includes="")
libOggFLAC_includes="")
AC_ARG_ENABLE(libOggFLACtest,
AC_ARG_ENABLE(libOggFLACtest,
AS_HELP_STRING([--disable-libOggFLACtest],
AS_HELP_STRING([--disable-libOggFLACtest],
[
D
o not try to compile and run a test libOggFLAC program]),,
[
d
o not try to compile and run a test libOggFLAC program]),,
enable_libOggFLACtest=yes)
enable_libOggFLACtest=yes)
if test "x$libOggFLAC_libraries" != "x" ; then
if test "x$libOggFLAC_libraries" != "x" ; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment