11 lines
116 B
Bash
11 lines
116 B
Bash
#!/bin/sh
|
|
#
|
|
# bootstrap
|
|
#
|
|
# Autogenerates stuff.
|
|
#
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake -a -Woverride -Wportability
|