Index: libcfa/Makefile.dist.am
===================================================================
--- libcfa/Makefile.dist.am	(revision 3b2f41e274aee4c7b7b1791007ac898293aacf1d)
+++ libcfa/Makefile.dist.am	(revision e80051f8993e3428e78a9df7dab94986d7519856)
@@ -1,2 +1,21 @@
+######################## -*- Mode: Makefile-Automake -*- ######################
+##
+## Cforall Version 1.0.0 Copyright (C) 2020 University of Waterloo
+##
+## The contents of this file are covered under the licence agreement in the
+## file "LICENCE" distributed with Cforall.
+##
+## Makefile.dist.am --
+##
+## Author           : Thierry Delisle
+## Created On       : Fri Aug dd 12:53:35 2020
+## Last Modified By :
+## Last Modified On :
+## Update Count     :
+###############################################################################
+
+AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
+ACLOCAL_AMFLAGS  = -I automake
+
 distdir:
 	@echo "Distributing libcfa from '@LIBCFA_1TARGET_DIR@'"
