1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 23:50:19 +02:00

* Makefile.am (DEFS): Added. automake adds -I options to DEFS,

and we don't want that.
(INCLUDES): Removed all -I options except for the root source
directory and the root build directory.

* *.*: Change includes so that they always use the "prefixes"
libguile/, qt/, guile-readline/, or libltdl/.
(Thanks to Tim Mooney.)
This commit is contained in:
Mikael Djurfeldt 2000-04-21 14:16:44 +00:00
parent e415cb0666
commit a059974535
100 changed files with 823 additions and 785 deletions

View file

@ -44,18 +44,18 @@
/* Author: Mikael Djurfeldt <djurfeldt@nada.kth.se> */
#include "_scm.h"
#include "libguile/_scm.h"
#include <stdio.h>
#include <math.h>
#include "smob.h"
#include "numbers.h"
#include "feature.h"
#include "strings.h"
#include "vectors.h"
#include "libguile/smob.h"
#include "libguile/numbers.h"
#include "libguile/feature.h"
#include "libguile/strings.h"
#include "libguile/vectors.h"
#include "validate.h"
#include "random.h"
#include "libguile/validate.h"
#include "libguile/random.h"
/*
@ -585,7 +585,7 @@ scm_init_random ()
for (i = m >> 1; i < m; ++i)
scm_masktab[i] = m - 1;
#include "random.x"
#include "libguile/random.x"
/* Check that the assumptions about bits per bignum digit are correct. */
#if SIZEOF_INT == 4