Branch: Tag:

2002-03-06

2002-03-06 01:08:13 by Martin Stjernholm <mast@lysator.liu.se>

Improved propagation of $(PIKE_SRC_DIR) and $(BUILD_BASE) to modules to
avoid paths containing '..'. The reason is that gcc -MM sometimes seems to
ignore the order of -I arguments and/or do some sort of path simplification.

Rev: src/aclocal.m4:1.39
Rev: src/configure.in:1.567
Rev: src/make_variables.in:1.8
Rev: src/modules/Image/encodings/Makefile.in:1.35
Rev: src/modules/Makefile.in:1.40
Rev: src/modules/_Crypto/lib/Makefile.in:1.31
Rev: src/modules/dynamic_module_makefile.in:1.83
Rev: src/modules/static_module_makefile.in:1.74
Rev: src/post_modules/Makefile.in:1.7

1: - AC_REVISION("$Id: configure.in,v 1.566 2002/02/28 23:35:41 mast Exp $") + AC_REVISION("$Id: configure.in,v 1.567 2002/03/06 01:01:25 mast Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
5826:   export prefix exec_prefix OTHERFLAGS   export TMP_BINDIR DEFINES INSTALL    + PIKE_SRC_DIR=$srcdir + export PIKE_SRC_DIR + BUILD_BASE=`pwd` + export BUILD_BASE +    default_master=$prefix/pike/%d.%d.%d/lib/master.pike   AC_DEFINE_UNQUOTED(DEFAULT_MASTER,"$default_master")