summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.sdk.ide/templates/projecttemplates/HelloWorldCAutotoolsProject/src/autogen.sh
blob: 7fd81e28acb37f2acc2c53e6dfeff3146f9d6c06 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
[ -e config.cache ] && rm -f config.cache

libtoolize --automake
aclocal ${OECORE_ACLOCAL_OPTS}
autoconf
autoheader
automake -a
./configure $@
exit