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

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


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