forked from Kistler-Group/sdbus-cpp
11 lines
159 B
Bash
Executable File
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
|