During configuration process, ensure that GMP and GC install _anything_ under the build directory. Use the files src/gmp/config.{guess,sub} to guess the hosts. Use src/gc/mkinstalldirs to create directories.

This commit is contained in:
jjgarcia 2003-11-27 09:09:24 +00:00
parent a656edfe85
commit bbb36b39df
7 changed files with 1069 additions and 665 deletions

View file

@ -16,6 +16,7 @@ manext=1
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
mkinstalldirs = $(SHELL) $(top_srcdir)/gc/mkinstalldirs
VERSION=@ECL_VERSION@
@ -39,10 +40,10 @@ ecldev.ps: ecldev.dvi $(srcdir)/macros.txi
dvips -o $@ ecldev.dvi
install: all
$(INSTALL) -d $(PREFIX)$(infodir)
$(mkinstalldirs) $(PREFIX)$(infodir)
$(INSTALL_DATA) ecl.info $(PREFIX)$(infodir)
$(INSTALL_DATA) ecldev.info $(PREFIX)$(infodir)
$(INSTALL) -d $(PREFIX)$(mandir)/man$(manext)
$(mkinstalldirs) $(PREFIX)$(mandir)/man$(manext)
$(INSTALL_DATA) ecl.man $(PREFIX)$(mandir)/man$(manext)/ecl.$(manext)
uninstall: