From 1099de9d36d0b75b45581c10c4a1bda543d00610 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 7 Jun 2001 20:04:30 +0000 Subject: [PATCH] add --include-deps --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 6d64ca1a..1b620b58 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,3 @@ #!/bin/sh -aclocal && autoconf && automake --foreign --add-missing +aclocal && autoconf && automake --foreign --include-deps --add-missing