1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
Commit graph

27 commits

Author SHA1 Message Date
Marius Vollmer
a05b4f6e02 * configure.in: Do not call AC_LTDL_INSTALLABLE and do not recurse
into libltdl subdirectory.  Call AC_LIB_LTDL.  Do not substitute
INCLLTDL and LIBLTDL, they are not needed.  Create
libguile-ltdl/Makefile.am and libguile-ltdl/upstream/Makefile.am.
* libguile-ltdl/: Copied from HEAD branch.
* autogen.sh: Do not populate libltdl/ directory.
* Makefile.am (SUBDIRS): Use libguile-ltdl instead of libltdl.
2002-10-25 16:21:08 +00:00
Rob Browning
b9eb220b9d * autogen.sh (mscripts): (one more time) change from ../scripts to
../guile-scripts to match the module name in the cvs repository.
2002-08-20 04:01:23 +00:00
Rob Browning
ffcf0c7619 * autogen.sh (mscripts): change back to ../scripts for now. 2002-07-20 22:30:52 +00:00
Rob Browning
59c79af6e5 * autogen.sh (mscripts): change from ../scripts to
../guile-scripts to match the module name in the cvs repository.
2002-07-20 20:21:19 +00:00
Marius Vollmer
3a81dffb7f Patch libltdl/ltdl.c to avoid a nasty bug in libtool-1.4.2. 2002-07-13 18:53:58 +00:00
Marius Vollmer
3a33a61877 * autogen.sh: Do not copy INSTALL from workbook since it is not
uniform across branches.
* INSTALL: Re-added to repository.
2002-07-07 20:20:16 +00:00
Thien-Thi Nguyen
0d780374a3 Add call to $mscripts/render-bugs to create BUGS file. 2002-05-01 21:05:26 +00:00
Thien-Thi Nguyen
0107a982bc Remove explicit "set -x", which can be
enabled by the user on the command line,
and which construction is not portable.
2002-04-25 15:31:48 +00:00
Marius Vollmer
c1f34de18f Fix typo in comment. 2002-04-18 07:52:01 +00:00
Marius Vollmer
988e280a95 Removed dirt from a previous, careless commit: call guile-aclocal.sh
instead of aclocal.  Sorry.
2002-04-17 08:20:25 +00:00
Marius Vollmer
32f2d70008 Call automake twice for guile-core so that two copies of mdate-sh get
a chance of being installed (one in doc/ref/ and one in
doc/tutorial/).
2002-04-16 22:15:14 +00:00
Marius Vollmer
f9de136145 Do not link TODO from $workbook/tasks/TODO. 2002-04-08 16:54:26 +00:00
Marius Vollmer
a9f0370dc6 * autogen.sh: Also link TODO from $workbook/tasks/TODO. 2002-04-07 22:21:55 +00:00
Thien-Thi Nguyen
463251775d Add usage comment.
Add workbook specification.
Add dist-files symlinking.
2002-03-31 23:21:59 +00:00
Rob Browning
b4d86ecd8f * autogen.sh: make absolutely sure we can't have stale files from
old versions lying around the libltdl dir since libtoolize
doesn't.  Also hack libltdl's configure.in to require autoconf 2.5
so the main tree and libltdl can't get out of sync again.
2002-02-25 04:26:24 +00:00
Marius Vollmer
0b5083677e Pass `--force' to libtoolize. Recurse into libltdl directory and
invoke autoconf there.
2001-11-12 22:15:20 +00:00
Michael Livshin
17383b7c77 * autogen.sh: don't run flex here.
* HACKING: clarify that _newer_ versions of flex should be just
fine.
2001-06-26 21:20:04 +00:00
Neil Jerram
f2ae455539 * Quoting fix in autogen.sh. 2001-06-25 22:24:40 +00:00
Marius Vollmer
9e74987fac Added message about what to do next. Tell them to use
`--enable-maintainer-mode'.
2001-06-25 15:07:20 +00:00
Michael Livshin
093e7da4bc * HACKING: mention flex.
* autogen.sh: generate libguile/c-tokenize.c.
2001-06-25 03:31:10 +00:00
Michael Livshin
65545721f3 autogen.sh: call ./guile-aclocal.sh instead of aclocal.
guile-readline/autogen.sh: call ../guile-aclocal.sh instead of aclocal.

guile-aclocal.sh: new file, works around aclocal problems.
2000-06-01 15:11:14 +00:00
Marius Vollmer
3925e5076d * autogen.sh: Call libtoolize. Pass --add-missing option to
automake.  Do not decent into libltdl directory.  The libltdl
directory is now populated by libtoolize and does not need any
further autogeneration.
2000-01-25 20:35:41 +00:00
Greg J. Badros
951afd33db * autogen.sh: Added messages as we run autogen in subdirectories.
* configure.in: Output libugile/guile-func-name-check script, and
chmod +x it.
2000-01-11 21:50:10 +00:00
Marius Vollmer
5c68589bb1 * libltdl/autogen.sh: New file.
* autogen.sh: Invoke libltdl/autogen.sh.
2000-01-11 20:33:07 +00:00
Jim Blandy
0b49b6aea0 * autogen.sh: Don't call autoreconf at all; it's not reliable.
Instead, call the various tools explicitly.  Invoke
guile-readline's autogen.sh script.
1999-10-05 23:07:04 +00:00
Jim Blandy
ee31ced26a * autogen.sh: Call autoheader explicitly. autoreconf runs
autoconf before autoheader, and autoconf complains if
libguile/scmconfig.h.in doesn't exist.
1999-10-05 22:34:35 +00:00
Jim Blandy
5d94b2fead 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.
* autogen.sh: New file.
* ANON-CVS, SNAPSHOTS: Updated instructions.
1999-10-05 19:07:40 +00:00