mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 08:09:41 +02:00
7 lines
74 B
Bash
Executable File
7 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
aclocal -I m4
|
|
autoconf
|
|
rm -rf aclocal.m4 autom4te.cache
|