Code

autogen.sh: use $AUTOMAKE_FLAGS
authorMax Kellermann <max@duempel.org>
Thu, 11 Apr 2013 07:31:19 +0000 (09:31 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 11 Apr 2013 07:31:52 +0000 (09:31 +0200)
Allows caller to pass --copy.

autogen.sh

index baee6c3e6971398a329e2f0af4a039d506e1e970..a639131d8aad119c586b9d2d549c1d6522896544 100755 (executable)
@@ -19,7 +19,7 @@ autoheader
 
 # Generate Makefile.in from Makefile.am
 echo "automake..."
-automake --add-missing
+automake --add-missing $AUTOMAKE_FLAGS
 
 
 # configure