X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=eece58ffd21301948a02b391abc0e606545ce457;hb=49c5798c570bb91697bda94fd216722ddfc4995e;hp=a910269c6b69eea2f2f74f81fa5bfc9bb52f8589;hpb=b6efd7061d22b599a895a69c5b37e7c8623a2619;p=sigrok-firmware.git diff --git a/autogen.sh b/autogen.sh index a910269..eece58f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,9 @@ #!/bin/sh ## -## This file is part of the sigrok project. +## This file is part of the sigrok-firmware 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