]> sigrok.org Git - sigrok-gtk.git/blobdiff - autogen.sh
README: Add "Copyright and license" section.
[sigrok-gtk.git] / autogen.sh
index d37f5fe9d74ee2723514009242ecccb0bd2f2056..b2a694be5ea6c15780f866289379d05efeb5679d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ##
-## This file is part of the sigrok project.
+## This file is part of the sigrok-gtk project.
 ##
 ## Copyright (C) 2010 Bert Vermeulen <bert@biot.com>
 ##
@@ -52,6 +52,6 @@ echo "Generating build system..."
 ${LIBTOOLIZE} --install --copy --quiet || exit 1
 aclocal ${ACLOCAL_DIR} || exit 1
 # autoheader || exit 1
-automake --add-missing --copy --foreign || exit 1
+automake --add-missing --copy || exit 1
 autoconf || exit 1