Skip to content

Commit afcbb7a

Browse files
committed
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.
1 parent 38d03ea commit afcbb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
> src/Makefile.am.features
2626
touch ChangeLog
2727

28-
autoreconf --force --install --verbose || exit $?
28+
autoreconf --install --verbose || exit $?
2929

3030
cd $ORIGDIR
3131
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"

0 commit comments

Comments
 (0)