X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=82ca0dcd9410fbd9a2d80e62dd52682fe4c35307;hb=362faf2743696638129198519a445178b06de424;hp=b5f737a6dc95c683d7d757a2ea563731d3b2da37;hpb=d743c7ac94ab7d3f964b075ea2bb9f6c25ec4d52;p=libfirm diff --git a/configure b/configure index b5f737a6d..82ca0dcd9 100755 --- a/configure +++ b/configure @@ -834,7 +834,7 @@ Optional Features: 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 + --with-includedir=add colon seperated list of directories to include search path Some influential environment variables: CC C compiler command @@ -1207,7 +1207,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \ ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \ ir/ana/Makefile ir/tr/Makefile ir/st/Makefile testprograms/Makefile \ - firmjni/Makefile firmjni/build_firm_jni firmjni/testprograms/Makefile" + firmjni/Makefile firmjni/testprograms/Makefile libfirm.doxygen" ac_config_headers="$ac_config_headers config.h" @@ -1219,7 +1219,7 @@ 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 + CPPFLAGS=$CPPFLAGS" -I"`echo $withval|sed 's;\:; -I;g'` else T_FLAG="" fi; @@ -3230,7 +3230,7 @@ fi #AC_CHECK_HEADERS(obstack.h, ac_obstack_headers="yes", ac_obstack_headers="no") #if test "$ac_obstack_headers" != yes; then -if test "x$HAVE_OBSTACK" = 0; then +if test "$ac_cv_func_obstack" != "yes"; then { { echo "$as_me:$LINENO: error: \"no obstack support\"" >&5 echo "$as_me: error: \"no obstack support\"" >&2;} { (exit 1); exit 1; }; } @@ -3356,8 +3356,8 @@ fi done if test "$ac_jni_headers" != yes; then - { { echo "$as_me:$LINENO: error: jni header file not found. (IPD: add -I/usr/public2/java/jdk1.3.1-sun/include/ -I/usr/public2/java/jdk1.3.1-sun/include/linux/ to CPPFLAGS)" >&5 -echo "$as_me: error: jni header file not found. (IPD: add -I/usr/public2/java/jdk1.3.1-sun/include/ -I/usr/public2/java/jdk1.3.1-sun/include/linux/ to CPPFLAGS)" >&2;} + { { echo "$as_me:$LINENO: error: jni header file not found. (IPD: add --with-includedir=/usr/public2/java/jdk1.3.1-sun/include/:/usr/public2/java/jdk1.3.1-sun/include/linux/ to configure flags)" >&5 +echo "$as_me: error: jni header file not found. (IPD: add --with-includedir=/usr/public2/java/jdk1.3.1-sun/include/:/usr/public2/java/jdk1.3.1-sun/include/linux/ to configure flags)" >&2;} { (exit 1); exit 1; }; } fi fi