]> sigrok.org Git - sigrok-gtk.git/blobdiff - autogen.sh
autotools: Don't use "foreign" option.
[sigrok-gtk.git] / autogen.sh
index d37f5fe9d74ee2723514009242ecccb0bd2f2056..0bd9e41731e6b948f87b746df7cc992adb2322f5 100755 (executable)
@@ -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