11 lines
92 B
Bash
11 lines
92 B
Bash
#!/bin/sh
|
|
#
|
|
# autogen.sh
|
|
#
|
|
# Autogenerates stuff.
|
|
#
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake -a
|