]> sigrok.org Git - libserialport.git/blobdiff - autogen.sh
Generate a config.h rather than passing defines on command line.
[libserialport.git] / autogen.sh
index 4267387d7a490d2e9fe4c1068d3b0d1d5e3d1d23..ae396319fab474cec0b8d16285c45278387e473c 100755 (executable)
@@ -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