X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=baa485a7125b2ca553d6211e7339d618cafccc9b;hb=df83e37827032795585d3b25776c465870672901;hp=7bb5b2c1ef6bf0bd40f82095c6b3aadf1adfef45;hpb=334290bbcefe4743d05c0f042532bd5a0d8a99fe;p=libfirm diff --git a/configure b/configure index 7bb5b2c1e..baa485a71 100755 --- a/configure +++ b/configure @@ -847,6 +847,11 @@ Optional Features: --enable-autodoc enable auto documentation --enable-firmjni check for tools necesarry to construct a java native interface for Firm +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-includedir=dir add directory to include search path + Some influential environment variables: CC C compiler command CFLAGS C compiler flags @@ -1285,6 +1290,14 @@ libfirm_conf_env="${CC+CC='$CC'} ${CFLAGS+CFLAGS='$CFLAGS'} ${CPP+CPP='$CPP'} ${ +# Check whether --with-includedir or --without-includedir was given. +if test "${with_includedir+set}" = set; then + withval="$with_includedir" + CPPFLAGS=$CPPFLAGS" -I"$withval +else + T_FLAG="" +fi; + # Check whether --enable-debug or --disable-debug was given. if test "${enable_debug+set}" = set; then