summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 7eabd0d806d30aaa41b82bc2a7a28ce65dca6480 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
libtoolize -c --automake
aclocal
autoscan
autoheader
autoconf
automake -a -c --gnu