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
f621d55e
Commit
f621d55e
authored
Jul 15, 2006
by
Eric Wong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix underquoted defintion warnings from newer automake
git-svn-id:
https://svn.musicpd.org/mpd/trunk@4352
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
b77b187b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
ao.m4
m4/ao.m4
+1
-1
libFLAC.m4
m4/libFLAC.m4
+1
-1
libmikmod.m4
m4/libmikmod.m4
+1
-1
ogg.m4
m4/ogg.m4
+1
-1
vorbis.m4
m4/vorbis.m4
+1
-1
No files found.
m4/ao.m4
View file @
f621d55e
...
...
@@ -6,7 +6,7 @@
dnl XIPH_PATH_AO([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libao, and define AO_CFLAGS and AO_LIBS
dnl
AC_DEFUN(
XIPH_PATH_AO
,
AC_DEFUN(
[XIPH_PATH_AO]
,
[dnl
dnl Get the cflags and libraries
dnl
...
...
m4/libFLAC.m4
View file @
f621d55e
...
...
@@ -4,7 +4,7 @@
dnl AM_PATH_LIBFLAC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libFLAC, and define LIBFLAC_CFLAGS and LIBFLAC_LIBS
dnl
AC_DEFUN(
AM_PATH_LIBFLAC
,
AC_DEFUN(
[AM_PATH_LIBFLAC]
,
[dnl
dnl Get the cflags and libraries
dnl
...
...
m4/libmikmod.m4
View file @
f621d55e
...
...
@@ -8,7 +8,7 @@ dnl AM_PATH_LIBMIKMOD([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND
dnl Test for libmikmod, and define LIBMIKMOD_CFLAGS, LIBMIKMOD_LIBS and
dnl LIBMIKMOD_LDADD
dnl
AC_DEFUN(
AM_PATH_LIBMIKMOD
,
AC_DEFUN(
[AM_PATH_LIBMIKMOD]
,
[dnl
dnl Get the cflags and libraries from the libmikmod-config script
dnl
...
...
m4/ogg.m4
View file @
f621d55e
...
...
@@ -5,7 +5,7 @@
dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS
dnl
AC_DEFUN(
XIPH_PATH_OGG
,
AC_DEFUN(
[XIPH_PATH_OGG]
,
[dnl
dnl Get the cflags and libraries
dnl
...
...
m4/vorbis.m4
View file @
f621d55e
...
...
@@ -6,7 +6,7 @@
dnl XIPH_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libvorbis, and define VORBIS_CFLAGS and VORBIS_LIBS
dnl
AC_DEFUN(
XIPH_PATH_VORBIS
,
AC_DEFUN(
[XIPH_PATH_VORBIS]
,
[dnl
dnl Get the cflags and libraries
dnl
...
...
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