]> git.wh0rd.org - fontconfig.git/blame - cvscompile.sh
Dont attempt to use cache if NULL
[fontconfig.git] / cvscompile.sh
CommitLineData
24330d27 1#!/bin/sh
24330d27 2autoconf
fb9545b1
KP
3if [ x"$NO_CONFIGURE" = "x" ]; then
4 echo " + Running 'configure $@':"
5 if [ -z "$*" ]; then
6 echo " ** If you wish to pass arguments to ./configure, please"
7 echo " ** specify them on the command line."
8 fi
9 ./configure ${1+"$@"} && echo "Now type 'make' to compile" || exit 1
10fi
24330d27 11