X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure.in;h=b760217424f56e8e62f419dffe856b3422de4270;hb=362faf2743696638129198519a445178b06de424;hp=43ea713deee5cee493310c0c24009b4f472c923b;hpb=02bfe9636f510bfa31c8430bed9e75bc54b2edc2;p=libfirm diff --git a/configure.in b/configure.in index 43ea713de..b76021742 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ dnl if other files should be generated just add them to ac_output_files 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" dnl generate the config header file AC_CONFIG_HEADER(config.h) @@ -191,7 +191,7 @@ AC_FUNC_OBSTACK #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 dnl obstack header not found. AC_MSG_ERROR("no obstack support") fi @@ -202,7 +202,7 @@ dnl check for jni header files if test "$enable_firm_jni" = yes; then AC_CHECK_HEADERS(jni.h, ac_jni_headers="yes", ac_jni_headers="no") if test "$ac_jni_headers" != yes; then - AC_MSG_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)) + AC_MSG_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)) fi fi