mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-03 20:40:26 +01:00
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:
parent
38d03ea748
commit
afcbb7a2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue