[cairo] [PATCH 3/3] build: Do not replace existing files
Andrea Canciani
ranma42 at gmail.com
Thu May 17 13:30:45 PDT 2012
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.
---
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index acb23c7..4d113f8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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" "$@"
--
1.7.7.5 (Apple Git-26)
More information about the cairo
mailing list