Index: autoconf/ExportMap.map --- autoconf/ExportMap.map.orig 2009-02-26 19:37:59 +0100 +++ autoconf/ExportMap.map 2010-01-23 10:15:28 +0100 @@ -1,4 +1,4 @@ { - global: main; + global: main; environ; __progname; local: *; }; Index: Makefile.config.in --- Makefile.config.in.orig 2009-08-18 02:40:33 +0200 +++ Makefile.config.in 2010-01-23 13:51:58 +0100 @@ -83,7 +83,7 @@ PROJ_etcdir := $(DESTDIR)$(PROJ_prefix)/etc/llvm PROJ_includedir := $(DESTDIR)$(PROJ_prefix)/include PROJ_infodir := $(DESTDIR)$(PROJ_prefix)/info -PROJ_mandir := $(DESTDIR)$(PROJ_prefix)/share/man +PROJ_mandir := $(DESTDIR)$(PROJ_prefix)/man # Determine if we're on a unix type operating system LLVM_ON_UNIX:=@LLVM_ON_UNIX@