Files
sdbus-cpp/autogen.sh
2017-11-27 14:13:55 +01:00

11 lines
159 B
Bash
Executable File

#! /bin/sh
[ -e config.cache ] && rm -f config.cache
libtoolize --automake
aclocal ${OECORE_ACLOCAL_OPTS}
autoconf
autoheader
automake -a
./configure $@
exit