build: Do not replace existing files

The existing INSTALL file is currently being replaced at every
autogen.sh run with the default one.

This is not desired, because INSTALL contains some cairo-specific
information.
This commit is contained in:
Andrea Canciani 2012-05-14 10:44:31 +02:00
parent 38d03ea748
commit afcbb7a2c5

View file

@ -25,7 +25,7 @@ fi
> src/Makefile.am.features
touch ChangeLog
autoreconf --force --install --verbose || exit $?
autoreconf --install --verbose || exit $?
cd $ORIGDIR
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"