]> git.alsa-project.org Git - alsa-lib.git/commitdiff
- fixed AC_DEFINE (added description for autoheader).
authorTakashi Iwai <tiwai@suse.de>
Wed, 18 Sep 2002 16:37:42 +0000 (16:37 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 18 Sep 2002 16:37:42 +0000 (16:37 +0000)
- added utils/alsa.pc as output.

configure.in

index 50c00d1dabbbda825cc0d15b9bcdbe9909c62cdc..35bffd48da1a34e1ae0b11615fe9b46d87169215 100644 (file)
@@ -115,7 +115,7 @@ AC_ARG_WITH(versioned,
   [  --with-versioned=yes,no  shared library will (not) be compiled with versioned symbols],
   versioned="$withval", versioned="yes")
 if test "$versioned" = "yes"; then
-  AC_DEFINE(VERSIONED_SYMBOLS)
+  AC_DEFINE(VERSIONED_SYMBOLS,,[compiled with versioned symbols])
   AC_MSG_RESULT(yes)
 else
   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/conf/cards/Makefile src/conf/pcm/Makefile \
          aserver/Makefile test/Makefile utils/Makefile \
-          utils/alsa-lib.spec)
+          utils/alsa-lib.spec utils/alsa.pc)