Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
a9414544
Commit
a9414544
authored
Jul 20, 2004
by
Josh Coalson
Browse files
fixes for autoconf
parent
a175043b
Changes
5
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
a9414544
...
...
@@ -32,7 +32,7 @@ AM_MAINTAINER_MODE
dnl LOCAL__PATH_ID3LIB([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libid3, and define ID3LIB_CFLAGS and ID3LIB_LIBS
dnl
AC_DEFUN(LOCAL__PATH_ID3LIB,
AC_DEFUN(
[
LOCAL__PATH_ID3LIB
]
,
[dnl
dnl Get the cflags and libraries
dnl
...
...
src/libFLAC++/libFLAC++.m4
View file @
a9414544
...
...
@@ -5,7 +5,7 @@
dnl AM_PATH_LIBFLACPP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libFLAC++, and define LIBFLACPP_CFLAGS and LIBFLACPP_LIBS
dnl
AC_DEFUN(AM_PATH_LIBFLACPP,
AC_DEFUN(
[
AM_PATH_LIBFLACPP
]
,
[dnl
dnl Get the cflags and libraries
dnl
...
...
src/libFLAC/libFLAC.m4
View file @
a9414544
...
...
@@ -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
...
...
src/libOggFLAC++/libOggFLAC++.m4
View file @
a9414544
...
...
@@ -5,7 +5,7 @@
dnl AM_PATH_LIBOGGFLACPP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libOggFLAC++, and define LIBOGGFLACPP_CFLAGS and LIBOGGFLACPP_LIBS
dnl
AC_DEFUN(AM_PATH_LIBOGGFLACPP,
AC_DEFUN(
[
AM_PATH_LIBOGGFLACPP
]
,
[dnl
dnl Get the cflags and libraries
dnl
...
...
src/libOggFLAC/libOggFLAC.m4
View file @
a9414544
...
...
@@ -4,7 +4,7 @@
dnl AM_PATH_LIBOGGFLAC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libOggFLAC, and define LIBOGGFLAC_CFLAGS and LIBOGGFLAC_LIBS
dnl
AC_DEFUN(AM_PATH_LIBOGGFLAC,
AC_DEFUN(
[
AM_PATH_LIBOGGFLAC
]
,
[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