Commit 46ecda7e15843ace09aa344802141c4643302430

Authored by Stéphane Raimbault
1 parent ca36a4bb

autogen.sh

- change autoreconf option to not overwrite INSTALL file
- add verbose flag
Showing 1 changed file with 1 additions and 1 deletions
autogen.sh
@@ -22,7 +22,7 @@ find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \ @@ -22,7 +22,7 @@ find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \
22 -o -name Makefile.in \) -print0 | xargs -0 rm -f 22 -o -name Makefile.in \) -print0 | xargs -0 rm -f
23 23
24 echo Running autoreconf... 24 echo Running autoreconf...
25 -autoreconf --force --install 25 +autoreconf -v --install
26 26
27 # For the Debian package build 27 # For the Debian package build
28 test -d debian && { 28 test -d debian && {