From 80b20e9a0f3af5ca8bb5b48c66bfe1eb6ccaa7ac Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 12 Feb 2004 19:07:33 +0000 Subject: [PATCH] use long options Original commit message from CVS: use long options --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 05315f0..2141057 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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." -- 2.7.4