more verbose irdump
[libfirm] / configure
index 2abfb04..6191d63 100755 (executable)
--- a/configure
+++ b/configure
@@ -834,6 +834,7 @@ Optional Features:
   --disable-libiberty     disable own libiberty parts
   --disable-hooks         disable Firm hooks
   --enable-statistics     enable Firm statistics
+  --enable-libcore        enable libcore debugging
   --disable-external-effects  disable descriptions of external effects in XML
 
 Optional Packages:
@@ -1215,8 +1216,8 @@ 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/ana2/Makefile ir/stat/Makefile \
                ir/opt/Makefile ir/external/Makefile ir/config/Makefile \
+               ir/arch/Makefile ir/be/Makefile \
                testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \
-               ir/be/Makefile \
                libfirm.doxygen"
 
 ac_config_headers="$ac_config_headers config.h"
@@ -1358,7 +1359,7 @@ fi;
 if test "${enable_libiberty+set}" = set; then
   enableval="$enable_libiberty"
   if test "$enableval"=yes; then
-  disable_libiberty_=yes
+  disable_libiberty=yes
 fi
 else
   disable_libiberty=no
@@ -1394,6 +1395,18 @@ fi
 fi;
 
 
+# Check whether --enable-libcore or --disable-libcore was given.
+if test "${enable_libcore+set}" = set; then
+  enableval="$enable_libcore"
+  if test "$enableval"=yes; then
+  cat >>confdefs.h <<\_ACEOF
+#define WITH_LIBCORE 1
+_ACEOF
+
+fi
+fi;
+
+
 echo "$as_me:$LINENO: checking for using external effects in xml2" >&5
 echo $ECHO_N "checking for using external effects in xml2... $ECHO_C" >&6
 # Check whether --enable-external-effects or --disable-external-effects was given.
@@ -5146,6 +5159,7 @@ s,@enable_heapanalysis@,$enable_heapanalysis,;t t
 s,@enable_backend@,$enable_backend,;t t
 s,@disable_libiberty@,$disable_libiberty,;t t
 s,@enable_statistics@,$enable_statistics,;t t
+s,@enable_libcore@,$enable_libcore,;t t
 s,@enable_external_effects@,$enable_external_effects,;t t
 s,@CC@,$CC,;t t
 s,@CFLAGS@,$CFLAGS,;t t