projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6451aa
)
Disable configure cache
author
Behdad Esfahbod
<behdad@behdad.org>
Mon, 2 Nov 2009 23:52:21 +0000
(18:52 -0500)
committer
Behdad Esfahbod
<behdad@behdad.org>
Mon, 2 Nov 2009 23:52:21 +0000
(18:52 -0500)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
ad7104d
..
e4317db
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-185,5
+185,4
@@
cd "$ORIGDIR" || exit 1
rm -f config.cache
do_cmd $srcdir/configure \
- --cache-file=config.cache \
${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1