Skip to content

Commit

Permalink
build: Do not replace existing files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Andrea Canciani committed May 26, 2012
1 parent 38d03ea commit afcbb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" "$@"

0 comments on commit afcbb7a

Please sign in to comment.