فهرست منبع

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