alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
366 stars 177 forks source link

utils/alsa.m4: fix the brackets for real #133

Closed asavah closed 3 years ago

asavah commented 3 years ago

Even after https://github.com/alsa-project/alsa-lib/commit/f9ace404fde9058baf64d77eed98d755a6c11fa4 building alsa-utils from git fails due to broken alsa.m4.

autoreconf: running: aclocal -I m4 --force -I m4
/home/asavah/kross/host/bin/m4:/home/asavah/kross/build/asusb450eg/rootfs/usr/share/aclocal/alsa.m4:20: ERROR: end of file in string
autom4te2.71: error: /home/asavah/kross/host/bin/m4 failed with exit status: 1
aclocal: error: /home/asavah/kross/host/bin/autom4te2.71 failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1

This PR should address missing brackets.

perexg commented 3 years ago

Merged to e4aed044f9916d7f4d7d983797c5952f519e627d . Thank you.