7b62e2 | 2011-04-25 | Martin Stjernholm | | # $Id$
|
319a88 | 1997-02-06 | Fredrik Hübinette (Hubbe) | | AC_PROG_CC
|
99ed77 | 1997-06-03 | Fredrik Hübinette (Hubbe) | | AC_DEFINE(POSIX_SOURCE)
|
d902ea | 1999-04-23 | Henrik Grubbström (Grubba) | | # Assume there's only one
AC_SUBST(CONFIG_HEADERS)
|
319a88 | 1997-02-06 | Fredrik Hübinette (Hubbe) | | AC_SUBST_FILE(dependencies)
dependencies=$srcdir/dependencies
|
ef7082 | 2000-03-20 | Fredrik Hübinette (Hubbe) | |
|
319a88 | 1997-02-06 | Fredrik Hübinette (Hubbe) | | AC_SUBST_FILE(dynamic_module_makefile)
|
7de3a9 | 1997-05-14 | Henrik Grubbström (Grubba) | | if test -f ../dynamic_module_makefile; then
dynamic_module_makefile=../dynamic_module_makefile
else
|
bd1238 | 1998-03-17 | Henrik Grubbström (Grubba) | | if test -f ../../dynamic_module_makefile; then
dynamic_module_makefile=../../dynamic_module_makefile
else
if test -f $srcdir/../dynamic_module_makefile; then
dynamic_module_makefile=$srcdir/../dynamic_module_makefile
else
dynamic_module_makefile=$srcdir/dynamic_module_makefile
fi
fi
|
7de3a9 | 1997-05-14 | Henrik Grubbström (Grubba) | | fi
|
319a88 | 1997-02-06 | Fredrik Hübinette (Hubbe) | | AC_SUBST_FILE(static_module_makefile)
|
7de3a9 | 1997-05-14 | Henrik Grubbström (Grubba) | | if test -f ../static_module_makefile; then
static_module_makefile=../static_module_makefile
else
|
bd1238 | 1998-03-17 | Henrik Grubbström (Grubba) | | if test -f ../../static_module_makefile; then
static_module_makefile=../../static_module_makefile
else
if test -f $srcdir/../static_module_makefile; then
static_module_makefile=$srcdir/../static_module_makefile
else
static_module_makefile=$srcdir/static_module_makefile
fi
fi
|
7de3a9 | 1997-05-14 | Henrik Grubbström (Grubba) | | fi
|