From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile ChangeLog Makefile.a ... Date: Fri, 21 Apr 2000 07:16:00 -0000 Message-id: <20000421141632.2820.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q2/msg00143.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 00/04/21 07:16:32 Modified files: guile-core/libguile: ChangeLog Makefile.am _scm.h alist.c alloca.c arbiters.c async.c backtrace.c boolean.c chars.c continuations.c coop-defs.h coop-threads.c coop-threads.h coop.c debug-malloc.c debug.c dynl.c dynwind.c eq.c error.c eval.c evalext.c feature.c filesys.c fluids.c fports.c gc.c gdbint.c gh_data.c gh_eval.c gh_funcs.c gh_init.c gh_io.c gh_list.c gh_predicates.c gh_test_c.c gh_test_repl.c gsubr.c guardians.c guile.c hash.c hashtab.c init.c ioext.c iselect.c keywords.c lang.c list.c load.c macros.c mallocs.c modules.c net_db.c numbers.c objects.c objprop.c options.c pairs.c ports.c posix.c print.c procprop.c procs.c ramap.c random.c read.c regex-posix.c root.c scmsigs.c script.c simpos.c smob.c socket.c sort.c srcprop.c stackchk.c stacks.c stime.c strings.c strop.c strorder.c strports.c struct.c symbols.c tag.c threads.c throw.c unif.c variable.c vectors.c version.c vports.c weaks.c Log message: * 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.)