From 6e0f499002dc6e2d4606f75c444d35f9a79278ea Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 11 Apr 2013 09:31:19 +0200 Subject: [PATCH] autogen.sh: use $AUTOMAKE_FLAGS Allows caller to pass --copy. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index baee6c3..a639131 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ autoheader # Generate Makefile.in from Makefile.am echo "automake..." -automake --add-missing +automake --add-missing $AUTOMAKE_FLAGS # configure -- 2.30.2