X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=eeee7683f63e7a1182ccbd73c75b3e02d0618211;hb=2b9a1cdbe5de4f20a7035d1d539976cf9d417f2c;hp=a910269c6b69eea2f2f74f81fa5bfc9bb52f8589;hpb=b6efd7061d22b599a895a69c5b37e7c8623a2619;p=sigrok-firmware.git diff --git a/autogen.sh b/autogen.sh index a910269..eeee768 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,6 +3,7 @@ ## This file is part of the sigrok project. ## ## Copyright (C) 2012 Uwe Hermann +## Copyright (C) 2012 Bert Vermeulen ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -49,9 +50,9 @@ elif [ "x$OS" = "xMINGW32_NT-6.1" ]; then fi echo "Generating build system..." -mkdir autostuff +mkdir -p autostuff aclocal ${ACLOCAL_DIR} || exit 1 autoheader || exit 1 -automake --add-missing --copy --foreign || exit 1 +automake --add-missing --copy || exit 1 autoconf || exit 1