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

aclocal -I ./contrib/aclocal
autoheader
(libtoolize --automake --copy --force || glibtoolize --automake --copy --force)
autoconf
automake --add-missing --copy --foreign
cd argp-standalone;./autogen.sh