summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 136d2c2722652373dd283f2460c648a552b56f27 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

aclocal -I m4
autoconf
autoheader
libtoolize --copy
automake --add-missing --copy


© 2014-2024 Faster IT GmbH | imprint | privacy policy