1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Generate a config.h rather than passing defines on command line.

Fixes bug #553.
This commit is contained in:
Martin Ling
2015-03-24 23:15:32 +00:00
parent 7c1101dc08
commit 7c081505e5
4 changed files with 29 additions and 8 deletions

View File

@ -55,6 +55,7 @@ fi
echo "Generating build system..."
${LIBTOOLIZE} --install --copy --quiet || exit 1
aclocal ${ACLOCAL_DIR} || exit 1
autoheader || exit 1
automake --add-missing --copy || exit 1
autoconf || exit 1