Files
sdbus-cpp/autogen.sh
T

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