X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=ae396319fab474cec0b8d16285c45278387e473c;hb=7c081505e5ccdfc6178855d65499121ef1e58e53;hp=4267387d7a490d2e9fe4c1068d3b0d1d5e3d1d23;hpb=7c1101dc083533c36df135e78f8e9174b4caf08d;p=libserialport.git diff --git a/autogen.sh b/autogen.sh index 4267387..ae39631 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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