Implemented debug support.
[libfirm] / configure.in
index 026eb1b..0ed63b2 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)
@@ -94,6 +94,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