X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=eece58ffd21301948a02b391abc0e606545ce457;hb=49c5798c570bb91697bda94fd216722ddfc4995e;hp=577ccb9a1ff735e54bf9f2bfffcbfa2bae427cda;hpb=54b67f901d3665da9b141a6e483ce0042a6df372;p=sigrok-firmware.git diff --git a/autogen.sh b/autogen.sh index 577ccb9..eece58f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/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 @@ -53,6 +53,6 @@ echo "Generating build system..." 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