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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user