comparison 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
comparison
equal deleted inserted replaced
981:8ba1b9cf9f12 982:7207057447f5
1 #!/bin/sh 1 #!/bin/sh
2 # 2 #
3 aclocal 3 aclocal
4 automake --foreign 4 automake --foreign --add-missing
5 autoconf 5 autoconf
6 6
7 # Run configure for this platform 7 # Run configure for this platform
8 #./configure $* 8 #./configure $*
9 echo "Now you are ready to run ./configure" 9 echo "Now you are ready to run ./configure"