Codebase list audacious / upstream/3.4 autogen.sh
upstream/3.4

Tree @upstream/3.4 (Download .tar.gz)

autogen.sh @upstream/3.4raw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh

# compatibility script for automake <= 1.12
# users of automake >= 1.13 should run 'autoreconf' instead

aclocal -I m4
autoheader
autoconf