Ver código fonte

Symlinks instead of copies in autogen.sh

Stéphane Raimbault 12 anos atrás
pai
commit
2d3697efed
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      autogen.sh

+ 1 - 1
autogen.sh

@@ -1,2 +1,2 @@
 #! /bin/sh
 #! /bin/sh
-autoreconf -v --install --force || exit 1
+autoreconf --install --symlink --force || exit 1