automake copies instead of link
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Dec 2001 23:57:26 +0000 (23:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Dec 2001 23:57:26 +0000 (23:57 +0000)
Original commit message from CVS:
automake copies instead of link

autogen.sh

index edb9bac..71dd6ea 100755 (executable)
@@ -135,7 +135,7 @@ autoconf || {
        #exit 1
 }
 echo "+ running automake ... "
-automake --add-missing || {
+automake -a -c || {
        echo
        echo "automake failed"
        #exit 1