Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AM_PATH_ALSA. error #116

Closed
steeley opened this issue Oct 29, 2021 · 1 comment
Closed

AM_PATH_ALSA. error #116

steeley opened this issue Oct 29, 2021 · 1 comment

Comments

@steeley
Copy link

steeley commented Oct 29, 2021

Hi,
I'm installing on latest raspios buster lite 32bit:
(Linux cm432 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l GNU/Linux)

my build process is:

git clone https://github.com/alsa-project/alsa-utils.git cd alsa-utils/ git checkout v1.1.9 autoreconf -i ./configure --prefix=/usr/local make sudo make install

I have built and installed alsa-libs, and alsa-plugins correctly, but get this error with alsa-utils when I autoreconf:

configure.ac:22: warning: macro 'AM_PATH_ALSA' not found in library configure.ac:22: error: possibly undefined macro: AM_PATH_ALSA If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1

How to resolve?
TIA

@perexg
Copy link
Member

perexg commented Oct 29, 2021

Install .m4 macro file from alsa-lib (autoconf) to the right directory.

@perexg perexg closed this as completed Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants