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