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:
parent
2b9fe19fa0
commit
0cbedb5b2b
12 changed files with 51 additions and 4 deletions
|
@ -1,7 +1,11 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
config.build-subdirs
|
||||
config.cache
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
guile-*.tar.gz
|
||||
config.build-subdirs
|
||||
libtool
|
||||
|
|
31
ChangeLog
31
ChangeLog
|
@ -1,8 +1,37 @@
|
|||
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,
|
||||
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.
|
||||
* ANON-CVS, SNAPSHOTS: Updated instructions.
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
data-rep.info
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
guile-config
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
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
|
||||
script to create generated files like this one.
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.log
|
||||
config.status
|
||||
libtool
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||
|
||||
* Makefile.in: Deleted from CVS repository. Run the autogen.sh
|
||||
script to create generated files like this one.
|
||||
* Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
|
||||
Run the autogen.sh script to create generated files like these.
|
||||
|
||||
1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
config.log
|
||||
config.status
|
||||
version.scm
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
|
@ -18,5 +19,6 @@ guile-snarf
|
|||
libpath.h
|
||||
libtool
|
||||
scmconfig.h
|
||||
scmconfig.h.in
|
||||
stamp-h
|
||||
versiondat.h
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.log
|
||||
config.status
|
||||
qt.h
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue