All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bas Wijnen <wijnen@debian.org>
To: alsa-devel@alsa-project.org
Cc: Takashi Iwai <tiwai@suse.de>
Subject: Fwd: aseqview patch for building with new autoconf
Date: Tue, 25 Jan 2011 19:06:31 +0100	[thread overview]
Message-ID: <4D3F1127.1010207@debian.org> (raw)


[-- 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

                 reply	other threads:[~2011-01-25 18:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D3F1127.1010207@debian.org \
    --to=wijnen@debian.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.