Branch: Tag:

2002-08-01

2002-08-01 14:52:24 by Martin Nilsson <mani@lysator.liu.se>

Get MANDIR_SRC and BASEDIR from AC. Send BASEDIR to install.pike during export.

Rev: src/Makefile.in:1.316

1:   # - # $Id: Makefile.in,v 1.315 2002/07/26 16:17:13 grubba Exp $ + # $Id: Makefile.in,v 1.316 2002/08/01 14:52:24 nilsson Exp $   #      # This line is needed on some machines.
17:      # These are used while compiling   LIBDIR_SRC = @LIBDIR@ - MANDIR_SRC = $(SRCDIR)/../man +    TMP_BINDIR = @BINDIR@   TMP_BUILDDIR = @BUILDDIR@   TMP_LIBDIR = $(TMP_BUILDDIR)/lib    -  + # These are used during binary exports and installation. + MANDIR_SRC = @MANDIR@ + BASEDIR = @BASEDIR@ +    # These are used by the files generated by fixdepends.sh   PIKE_SRC_DIR=$(SRCDIR)   BUILD_BASE=
615:    exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \    TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \    SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \ -  man_prefix="$(man_prefix)" pike_name=$(pike_name) PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)" +  BASEDIR="$(BASEDIR)" man_prefix="$(man_prefix)" \ +  pike_name=$(pike_name) PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)"    @case " $(CC)" in \    *\ rnt*) \    $(MAKE) $(MAKE_FLAGS) uncompress_header ;\