Added walker for const code
[libfirm] / configure.in
index 026eb1b..384a20f 100644 (file)
@@ -12,7 +12,7 @@ AC_INIT(ir/ir/ircons.c)
 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/tr/Makefile testprograms/Makefile"
+               ir/ana/Makefile ir/tr/Makefile ir/st/Makefile testprograms/Makefile"
 
 dnl generate the config header file
 AC_CONFIG_HEADER(config.h)
@@ -37,6 +37,14 @@ fi])
 AC_SUBST(enable_debug_libfirm)
 
 
+AC_ARG_ENABLE(gcc_inline,
+[  --enable-gcc_inline     enable gcc inline C-extension],
+[if test "$enableval" = yes; then
+  AC_DEFINE(USE_GCC_INLINE)
+fi])
+AC_SUBST(enable_gcc_inline)
+
+
 dnl set profiling
 dnl -------------
 AC_ARG_ENABLE(profile,
@@ -94,6 +102,8 @@ AC_PROG_RANLIB
 
 AC_PROG_INSTALL
 
+AC_PROG_LN_S
+
 dnl check for robodoc if enabled
 dnl ----------------------------
 if test "$enable_auto_documentation" = yes; then