Преглед на файлове

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