All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: aseqview patch for building with new autoconf
@ 2011-01-25 18:06 Bas Wijnen
  0 siblings, 0 replies; only message in thread
From: Bas Wijnen @ 2011-01-25 18:06 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai


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

Hello,

When trying to build aseqview from source (autoreconf -fis; ./configure;
make), I found that it produced errors in configure. The web told me
that those were caused by underquoted constructs in configure.in, which
newer autoconf version have stricter requirements for than older
versions. I've attached a patch which makes it build.

Thanks,
Bas Wijnen


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

--- aseqview-0.2.8/configure.in	2007-05-09 13:02:00.000000000 +0200
+++ aseqview-0.2.8.new/configure.in	2011-01-02 00:29:21.000000000 +0100
@@ -11,13 +11,13 @@ AC_HEADER_STDC
 AC_C_INLINE
 
 AH_TEMPLATE([HAVE_LIBCAP], [Hey, we have libcap])
-AC_CHECK_HEADER(sys/capability.h,
-		AC_CHECK_LIB(cap, cap_get_proc,
+AC_CHECK_HEADER([sys/capability.h],
+		[AC_CHECK_LIB([cap], [cap_get_proc],
 			     [AC_DEFINE(HAVE_LIBCAP)
-			      LIBS="$LIBS -lcap"]))
+			      LIBS="$LIBS -lcap"])])
 
 AM_PATH_ALSA(0.5.0)
-AC_CHECK_HEADERS(alsa/asoundlib.h)
+AC_CHECK_HEADERS([alsa/asoundlib.h])
 
 AC_ARG_ENABLE(gtk2,
     [  --enable-gtk2     Use gtk+-2.x instead of gtk+-1.x],


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

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

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-25 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-25 18:06 Fwd: aseqview patch for building with new autoconf Bas Wijnen

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.