added --copy flag to avoid symlinks
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 15 Mar 2004 22:09:07 +0000 (22:09 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 15 Mar 2004 22:09:07 +0000 (22:09 +0000)
SVN-Revision: 250

autogen.sh

index 25a3601..e89258c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 aclocal-1.7
-automake-1.7 --add-missing
+automake-1.7 --copy --add-missing
 autoconf
 
 # EOF #