]> git.wh0rd.org - fontconfig.git/blobdiff - autogen.sh
Handle Japanese fonts better. (debian bug #435971)
[fontconfig.git] / autogen.sh
index 1a25aa8c7b032c58268f2b5dedc535b9cd2c4d2f..c3d11caad731a36fde184132d5e5f36615480090 100755 (executable)
@@ -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
@@ -108,7 +115,7 @@ $AUTOCONF
 cd $ORIGDIR
 
 if test -z "$AUTOGEN_SUBDIR_MODE"; then
-       echo Running $srcdir/configure
+       echo Running $srcdir/configure --enable-maintainer-mode "$@"
         $srcdir/configure --enable-maintainer-mode "$@"
 
         echo