This adds INSTALL and allows for a few more sanity checks being done.
stamp-h1
autostuff/
ChangeLog
+INSTALL
# recursive autoconf leftovers
Makefile
--- /dev/null
+-------------------------------------------------------------------------------
+AUTHORS
+-------------------------------------------------------------------------------
+
+Please check the source code files and/or git history and/or ChangeLog for
+a list of all authors and contributors.
+
--- /dev/null
+The 'sigrok-firmware' project/repo/tarball has no license per se, since
+it's just a collection of firmware files from various sources.
+
+Please check README for info on the licenses of these firmware files.
+
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
AC_CONFIG_AUX_DIR([autostuff])
# We require at least automake 1.11 (needed for 'silent rules').
-AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign std-options])
+AM_INIT_AUTOMAKE([1.11 -Wall -Werror std-options check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_INSTALL