X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure.in;h=0ed63b23d38530ef20190e9959137dc3e07d8e79;hb=978e0407c83d32b9e733a4ce8ea457f2486f0122;hp=026eb1b62ea144d448a6b0f884beeb317ef6da7a;hpb=972ce44b525c5799ba51db5ad4af962990002361;p=libfirm diff --git a/configure.in b/configure.in index 026eb1b62..0ed63b23d 100644 --- a/configure.in +++ b/configure.in @@ -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