asterisk-chan-dongle/bootstrap

10 lines
183 B
Plaintext
Raw Normal View History

2023-05-25 08:30:27 +00:00
#!/bin/sh
aclocal
autoconf
autoheader
# We don't use Makefile.am, but we *do* use automake to add
# "missing" files used by configure.
automake -a 2>&1 | grep -vF Makefile.am; true