mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
alloca configure fixes
This commit is contained in:
parent
7ad3c1e7c0
commit
4a5fa91c06
6 changed files with 92 additions and 71 deletions
|
@ -1,3 +1,10 @@
|
|||
Sat Jun 28 16:14:09 1997 Tim Pierce <twp@twp.tezcat.com>
|
||||
|
||||
* Makefile.am (libguile_la_LIBADD): Remove @ALLOCA@, since
|
||||
alloca.lo will be included in @LIBLOBJS@. Something better than
|
||||
this should be possible.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
Sat Jun 28 03:40:15 1997 Gary Houston <ghouston@actrix.gen.nz>
|
||||
|
||||
* simpos.h: prototype for scm_primitive_exit.
|
||||
|
|
|
@ -40,7 +40,7 @@ EXTRA_libguile_la_SOURCES = _scm.h \
|
|||
noinst_HEADERS = coop-threads.c coop-threads.h coop.c
|
||||
|
||||
libguile_la_DEPENDENCIES = @LIBLOBJS@
|
||||
libguile_la_LIBADD = @LIBLOBJS@ @ALLOCA@
|
||||
libguile_la_LIBADD = @LIBLOBJS@
|
||||
libguile_la_LDFLAGS = -version-info 2:0 -rpath $(libdir)
|
||||
|
||||
include_HEADERS = libguile.h
|
||||
|
|
|
@ -111,7 +111,7 @@ EXTRA_libguile_la_SOURCES = _scm.h \
|
|||
noinst_HEADERS = coop-threads.c coop-threads.h coop.c
|
||||
|
||||
libguile_la_DEPENDENCIES = @LIBLOBJS@
|
||||
libguile_la_LIBADD = @LIBLOBJS@ @ALLOCA@
|
||||
libguile_la_LIBADD = @LIBLOBJS@
|
||||
libguile_la_LDFLAGS = -version-info 2:0 -rpath $(libdir)
|
||||
|
||||
include_HEADERS = libguile.h
|
||||
|
@ -205,8 +205,8 @@ DATA = $(modinclude_DATA)
|
|||
HEADERS = $(include_HEADERS) $(modinclude_HEADERS) $(noinst_HEADERS) \
|
||||
$(pkginclude_HEADERS)
|
||||
|
||||
DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in alloca.c \
|
||||
guile-snarf.in scmconfig.h.in stamp-h.in
|
||||
DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in guile-snarf.in \
|
||||
scmconfig.h.in stamp-h.in
|
||||
|
||||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue