From eaefe4f4f930323a8ac55ad05800219451ca408d Mon Sep 17 00:00:00 2001 From: Patrice Mandin Date: Sat, 20 Nov 2004 20:57:28 +0000 Subject: [PATCH] Add missing --add-missing --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40983 --- test/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/autogen.sh b/test/autogen.sh index 109a55357..60e6bcc34 100755 --- a/test/autogen.sh +++ b/test/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh # aclocal -automake --foreign +automake --foreign --add-missing autoconf # Run configure for this platform