diff options
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r-- | Build/source/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index 9e519bf0b60..ec006521d86 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -3,7 +3,9 @@ ## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## -ACLOCAL_AMFLAGS = -I m4 +## Use 'aclocal --force' (for "computed m4_sinclude") +## +ACLOCAL_AMFLAGS = -I m4 --force ## speed up distcheck DISTCHECK_CONFIGURE_FLAGS = -C |