Преглед изворни кода

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 && {