summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2006-09-17 17:03:33 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-09-17 17:03:33 -0700
commit0596d7296c94b2bb9817338b8c1a76da91673fb9 (patch)
treeac0188d15dea3a9e7373417f6b13f5d8bd350863 /autogen.sh
parent1de7a4cc09172bbc99912e1410f46fc16c1a05ec (diff)
More fixes for Win32 building (bug 8311)
Our build system barfs on autogen.sh, which ignores --noconfigure. Configure needs a host of options to make the cross compile work in our case. Fix typo in fccache.c
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index d9bed63..c3d11ca 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,13 @@ set -e
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
+case "$1" in
+--noconf*)
+ AUTOGEN_SUBDIR_MODE="true"
+ shift
+ ;;
+esac
+
ORIGDIR=`pwd`
cd $srcdir
PROJECT=Fontconfig