changeset 982:7207057447f5

Add missing --add-missing
author Patrice Mandin <patmandin@gmail.com>
date Sat, 20 Nov 2004 20:57:28 +0000
parents 8ba1b9cf9f12
children 7f08bd66f1ca
files test/autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/autogen.sh	Sat Nov 20 20:56:23 2004 +0000
+++ b/test/autogen.sh	Sat Nov 20 20:57:28 2004 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 aclocal
-automake --foreign
+automake --foreign --add-missing
 autoconf
 
 # Run configure for this platform