use long options
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 12 Feb 2004 19:07:33 +0000 (19:07 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 12 Feb 2004 19:07:33 +0000 (19:07 +0000)
Original commit message from CVS:
use long options

autogen.sh

index 05315f0..2141057 100755 (executable)
@@ -82,7 +82,7 @@ echo timestamp > stamp-h.in 2> /dev/null
 
 tool_run "$autoconf"
 debug "automake: $automake"
-tool_run "$automake" "-a -c"
+tool_run "$automake" "--add-missing --copy"
 
 test -n "$NOCONFIGURE" && {
   echo "skipping configure stage for package $package, as requested."