From 2f364359973ae7af84f346d2e5727bbbc7c7b0f1 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 1 Jul 2006 12:35:44 +0200 Subject: [PATCH] distrib: let automake add missing files --- dist/distrib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/distrib b/dist/distrib index 810914a7..8e841993 100644 --- a/dist/distrib +++ b/dist/distrib @@ -14,7 +14,7 @@ echo "Running autoconf" autoconf 2>&1 | sed '/warning: AC_TRY_RUN called without default/d' chmod 555 configure config.guess config.sub install-sh echo "Running automake" -automake --foreign $@ +automake -a -c --foreign $@ msg="/* Do not edit: automatically built by build/distrib. */" # Build automatically generated header files. -- 2.11.4.GIT