]> sigrok.org Git - sigrok-firmware.git/blobdiff - autogen.sh
Drop nexus-osciprime firmware for now (unused).
[sigrok-firmware.git] / autogen.sh
index 577ccb9a1ff735e54bf9f2bfffcbfa2bae427cda..eece58ffd21301948a02b391abc0e606545ce457 100755 (executable)
@@ -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 <uwe@hermann-uwe.de>
 ## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
@@ -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