Browse Source

Symlinks instead of copies in autogen.sh

Stéphane Raimbault 12 năm trước cách đây
mục cha
commit
2d3697efed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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