diff test/autogen.sh @ 982:7207057447f5

Add missing --add-missing
author Patrice Mandin <patmandin@gmail.com>
date Sat, 20 Nov 2004 20:57:28 +0000
parents 74212992fb08
children d94b080ff6ce
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