1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 05:50:30 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-10-05 22:36:14 +00:00
parent 2b9fe19fa0
commit 0cbedb5b2b
12 changed files with 51 additions and 4 deletions

View file

@ -1,7 +1,11 @@
Makefile Makefile
Makefile.in
aclocal.m4
config.build-subdirs
config.cache config.cache
config.h.in
config.log config.log
config.status config.status
configure
guile-*.tar.gz guile-*.tar.gz
config.build-subdirs
libtool libtool

View file

@ -1,8 +1,37 @@
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com> 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
* autogen.sh: Call autoheader explicitly. autoreconf runs
autoconf before autoheader, and autoconf complains if
libguile/scmconfig.h.in doesn't exist.
Straighten up the situation regarding guile.m4 and qthreads.m4.
We can't have .m4 files which are installed where aclocal can
see them, but also used by guile's own configure.in, because
aclocal will read both copies, complain about duplicate macro
definitions, and refuse to generate aclocal.m4 at all. This
happens if you invoke it as `aclocal -I .', as autoreconf does.
This is probably a flaw in the autotools, but Guile doesn't need
that flaw fixed immediately.
guile.m4 is intended for use by people linking against guile, so
it needs to be installed. But Guile itself doesn't use it. So
move guile.m4 into guile-config. That makes sense, since
guile.m4's GUILE_FLAGS macro is just an easy way to call
guile-config.
qthreads.m4 is indented to help configure a qthreads tree. It's
only useful to a package which actually includes a qthreads tree,
and it's intimately related to that tree, so it's not useful to
install this. So don't install it.
* guile.m4: Moved to guile-config.
* Makefile.am (aclocaldir, aclocal_DATA): Delete.
(EXTRA_DIST): Move qthreads.m4 here.
Don't store generated files in the repository any more. Instead, Don't store generated files in the repository any more. Instead,
require people to run autogen.sh on trees from snapshots and CVS. require people to run autogen.sh on trees from snapshots and CVS.
* Makefile.in, acconfig.h, aclocal.m4, configure: Deleted. * Makefile.in, aclocal.m4, configure: Deleted.
* autogen.sh: New file. * autogen.sh: New file.
* ANON-CVS, SNAPSHOTS: Updated instructions. * ANON-CVS, SNAPSHOTS: Updated instructions.

View file

@ -1,2 +1,3 @@
Makefile Makefile
Makefile.in
data-rep.info data-rep.info

View file

@ -1,2 +1,3 @@
Makefile Makefile
Makefile.in
guile-config guile-config

View file

@ -1,5 +1,10 @@
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com> 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
* guile.m4: Moved here from top-level directory; see the ChangeLog
entry there.
* Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
that guile.m4 gets installed.
* Makefile.in: Deleted from CVS repository. Run the autogen.sh * Makefile.in: Deleted from CVS repository. Run the autogen.sh
script to create generated files like this one. script to create generated files like this one.

View file

@ -4,6 +4,7 @@
.deps .deps
.libs .libs
Makefile Makefile
Makefile.in
config.log config.log
config.status config.status
libtool libtool

View file

@ -1,7 +1,7 @@
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com> 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in: Deleted from CVS repository. Run the autogen.sh * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
script to create generated files like this one. Run the autogen.sh script to create generated files like these.
1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com> 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>

View file

@ -1,4 +1,5 @@
Makefile Makefile
Makefile.in
config.log config.log
config.status config.status
version.scm version.scm

View file

@ -4,6 +4,7 @@
.deps .deps
.libs .libs
Makefile Makefile
Makefile.in
config.cache config.cache
config.log config.log
config.status config.status
@ -18,5 +19,6 @@ guile-snarf
libpath.h libpath.h
libtool libtool
scmconfig.h scmconfig.h
scmconfig.h.in
stamp-h stamp-h
versiondat.h versiondat.h

View file

@ -3,6 +3,7 @@
.deps .deps
.libs .libs
Makefile Makefile
Makefile.in
config.log config.log
config.status config.status
qt.h qt.h

View file

@ -1 +1,2 @@
Makefile Makefile
Makefile.in

View file

@ -1 +1,2 @@
Makefile Makefile
Makefile.in