mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 07:18:04 +02: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
|
> src/Makefile.am.features
|
||||||
touch ChangeLog
|
touch ChangeLog
|
||||||
|
|
||||||
autoreconf --force --install --verbose || exit $?
|
autoreconf --install --verbose || exit $?
|
||||||
|
|
||||||
cd $ORIGDIR
|
cd $ORIGDIR
|
||||||
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue