summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-06-21 19:57:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-06-21 19:57:40 -0400
commit83a8a50735746a4591c3bcc1aaa46fb7a0f87224 (patch)
treeceedb773244e8efe1128336bcf77b8f152f71325 /autogen.sh
parentf5ee9557c3dc7bc72098cd08698f147ed685ccb2 (diff)
Pass --cache-file=config.cache and --disable-static to configure from
autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 57bf6011..771090fc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -170,4 +170,4 @@ do_cmd $AUTOCONF
cd $ORIGDIR || exit 1
-do_cmd $srcdir/configure --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile" || exit 1
+do_cmd $srcdir/configure --cache-file=config.cache --disable-static --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile" || exit 1