Skip to content

Commit

Permalink
Merge pull request #1 from jdemeyer/autogen-copy
Browse files Browse the repository at this point in the history
autogen.sh: copy instead of symlink
  • Loading branch information
graph-algorithms committed May 13, 2016
2 parents 02438e6 + 8c18de7 commit 95a8d8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autogen.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

aclocal &&
autoconf &&
libtoolize &&
automake --add-missing

libtoolize --copy &&
automake --add-missing --copy &&
rm -rf autom4te.cache

0 comments on commit 95a8d8a

Please sign in to comment.