All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix capsed name in configure
@ 2006-07-13 12:36 Pierre Ossman
  2006-07-13 13:36 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Ossman @ 2006-07-13 12:36 UTC (permalink / raw)
  To: alsa-devel, Takashi Iwai


[-- Attachment #1.1.1: Type: text/plain, Size: 201 bytes --]

The name in configure.in used a different capitalisation than the name
in the corresponding Makefile.am. Change it so that both use just lowercase.

Signed-off-by: Pierre Ossman <ossman@cendio.se>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: fixcaps.patch --]
[-- Type: text/x-patch; name="fixcaps.patch", Size: 651 bytes --]

diff -r 8daac640dc8d configure.in
--- a/configure.in	Wed Jul 12 16:47:20 2006 +0200
+++ b/configure.in	Thu Jul 13 14:33:45 2006 +0200
@@ -16,7 +16,7 @@ PKG_CHECK_MODULES(JACK, jack >= 0.98, [H
 PKG_CHECK_MODULES(JACK, jack >= 0.98, [HAVE_JACK=yes], [HAVE_JACK=no])
 AM_CONDITIONAL(HAVE_JACK, test x$HAVE_JACK = xyes)
 
-PKG_CHECK_MODULES(PulseAudio, [libpulse >= 0.9.2], [HAVE_PULSE=yes], [HAVE_PULSE=no])
+PKG_CHECK_MODULES(pulseaudio, [libpulse >= 0.9.2], [HAVE_PULSE=yes], [HAVE_PULSE=no])
 AM_CONDITIONAL(HAVE_PULSE, test x$HAVE_PULSE = xyes)
 
 PKG_CHECK_MODULES(samplerate, [samplerate], [HAVE_SAMPLERATE=yes], [HAVE_SAMPLERATE=no])

[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

[-- Attachment #2: Type: text/plain, Size: 375 bytes --]


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix capsed name in configure
  2006-07-13 12:36 Fix capsed name in configure Pierre Ossman
@ 2006-07-13 13:36 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-07-13 13:36 UTC (permalink / raw)
  To: Pierre Ossman; +Cc: alsa-devel

At Thu, 13 Jul 2006 14:36:33 +0200,
Pierre Ossman wrote:
> 
> The name in configure.in used a different capitalisation than the name
> in the corresponding Makefile.am. Change it so that both use just lowercase.
> 
> Signed-off-by: Pierre Ossman <ossman@cendio.se>

Applied to HG tree.  Thanks.


Takashi


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-13 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13 12:36 Fix capsed name in configure Pierre Ossman
2006-07-13 13:36 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.