瀏覽代碼

Symlinks instead of copies in autogen.sh

Stéphane Raimbault 12 年之前
父節點
當前提交
2d3697efed
共有 1 個文件被更改,包括 1 次插入1 次删除
  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