Explorar el Código

Symlinks instead of copies in autogen.sh

Stéphane Raimbault hace 12 años
padre
commit
2d3697efed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      autogen.sh

+ 1 - 1
autogen.sh

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