diff options
Diffstat (limited to 'Build/source/libs/Makefile.am')
-rw-r--r-- | Build/source/libs/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/Makefile.am b/Build/source/libs/Makefile.am index e650eeb48fc..121854667b7 100644 --- a/Build/source/libs/Makefile.am +++ b/Build/source/libs/Makefile.am @@ -3,6 +3,9 @@ ## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## +## Ensure aclocal.m4 is up to date +ACLOCAL = @ACLOCAL@ --force + SUBDIRS = . $(MAKE_SUBDIRS) DIST_SUBDIRS = $(CONF_SUBDIRS) |