瀏覽代碼

autogen.sh
- change autoreconf option to not overwrite INSTALL file
- add verbose flag

Stéphane Raimbault 17 年之前
父節點
當前提交
46ecda7e15
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      autogen.sh

+ 1 - 1
autogen.sh

@@ -22,7 +22,7 @@ find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \
 	-o -name Makefile.in \) -print0 | xargs -0 rm -f
 
 echo Running autoreconf...
-autoreconf --force --install
+autoreconf -v --install
 
 # For the Debian package build
 test -d debian && {