mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
- fixed AC_DEFINE (added description for autoheader).
- added utils/alsa.pc as output.
This commit is contained in:
parent
adc1b2afb9
commit
9f2723badf
1 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ AC_ARG_WITH(versioned,
|
||||||
[ --with-versioned=yes,no shared library will (not) be compiled with versioned symbols],
|
[ --with-versioned=yes,no shared library will (not) be compiled with versioned symbols],
|
||||||
versioned="$withval", versioned="yes")
|
versioned="$withval", versioned="yes")
|
||||||
if test "$versioned" = "yes"; then
|
if test "$versioned" = "yes"; then
|
||||||
AC_DEFINE(VERSIONED_SYMBOLS)
|
AC_DEFINE(VERSIONED_SYMBOLS,,[compiled with versioned symbols])
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
|
|
@ -196,4 +196,4 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile src/Makef
|
||||||
src/compat/Makefile src/conf/Makefile \
|
src/compat/Makefile src/conf/Makefile \
|
||||||
src/conf/cards/Makefile src/conf/pcm/Makefile \
|
src/conf/cards/Makefile src/conf/pcm/Makefile \
|
||||||
aserver/Makefile test/Makefile utils/Makefile \
|
aserver/Makefile test/Makefile utils/Makefile \
|
||||||
utils/alsa-lib.spec)
|
utils/alsa-lib.spec utils/alsa.pc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue