| Commit message (Expand) | Author | Age | Files | Lines |
* | * autogen.sh (ac_version): try automake 1.7 too. | Gary Houston | 2002-10-13 | 1 | -4/+3 |
* | Make sure that $autoheader is always set. When we would use the plain..."autoconf", $autoheader would end up empty and libguile/scmconfig.h.in
would not be updated.
| Marius Vollmer | 2002-10-05 | 1 | -2/+2 |
* | * autogen.sh: remove support for libltdl sub-configure....(ac_version): widen support check to any 2.5? autoconf version.
2.54 is out now.
| Rob Browning | 2002-10-05 | 1 | -15/+15 |
* | *** empty log message *** | Marius Vollmer | 2002-10-03 | 1 | -38/+1 |
* | (mscripts): find and check version number of...automake. Complain if 1.6 is not found.
| Han-Wen Nienhuys | 2002-07-22 | 1 | -3/+21 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>...* *.c: add space after commas everywhere.
* *.c: use SCM_VECTOR_SET everywhere, where a vector is written.
Document cases where SCM_WRITABLE_VELTS() is used.
* vectors.h (SCM_VELTS): prepare for write barrier, and let
SCM_VELTS() return a const pointer
(SCM_VECTOR_SET): add macro.
* autogen.sh (mscripts): find and check version number of
autoconf. Complain if 2.53 is not found.
| Han-Wen Nienhuys | 2002-07-20 | 1 | -2/+20 |
* | Patch libltdl/ltdl.c to avoid a nasty bug in libtool-1.4.2. | Marius Vollmer | 2002-07-09 | 1 | -0/+28 |
* | * autogen.sh: Do not copy INSTALL from workbook since it is not...uniform across branches.
* INSTALL: Re-added to repository.
| Marius Vollmer | 2002-07-07 | 1 | -1/+1 |
* | Only fix libltdl/configure.in if it exists. Current libtool CVS does...not need this fix.
| Marius Vollmer | 2002-07-07 | 1 | -4/+7 |
* | * autogen.sh: Changed the path to the scripts directory.... In libltdl, run aclocal before autoconf and automake: this
eliminated various warnings after upgrading to newer automake.
| Gary Houston | 2002-06-30 | 1 | -1/+2 |
* | Add call to $mscripts/render-bugs to create BUGS file. | Thien-Thi Nguyen | 2002-05-01 | 1 | -0/+6 |
* | Added comment about keeping the invocation of guile-aclocal in sync...with Makefile.am
| Marius Vollmer | 2002-04-26 | 1 | -0/+2 |
* | 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/).
| Marius Vollmer | 2002-04-18 | 1 | -0/+6 |
* | Add usage comment....Add workbook specification.
Add dist-files symlinking.
| Thien-Thi Nguyen | 2002-03-31 | 1 | -1/+26 |
* | * 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.
| Rob Browning | 2002-02-25 | 1 | -3/+21 |
* | Recurse into libltdl directory and invoke autoconf there. | Marius Vollmer | 2001-11-12 | 1 | -0/+4 |
* | autogen.sh: Call libtoolize with --force. | Keisuke Nishida | 2001-07-12 | 1 | -1/+1 |
* | * autogen.sh: don't run flex here....* HACKING: clarify that _newer_ versions of flex should be just
fine.
| Michael Livshin | 2001-06-26 | 1 | -1/+0 |
* | * Quoting fix in autogen.sh. | Neil Jerram | 2001-06-25 | 1 | -1/+1 |
* | Added message about what to do next. Tell them to use...`--enable-maintainer-mode'.
| Marius Vollmer | 2001-06-25 | 1 | -0/+3 |
* | * HACKING: mention flex....* autogen.sh: generate libguile/c-tokenize.c.
| Michael Livshin | 2001-06-25 | 1 | -0/+1 |
* | 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.
| Michael Livshin | 2000-06-01 | 1 | -1/+2 |
* | * 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.
| Marius Vollmer | 2000-01-25 | 1 | -2/+2 |
* | * autogen.sh: Added messages as we run autogen in subdirectories....* configure.in: Output libugile/guile-func-name-check script, and
chmod +x it.
| Greg J. Badros | 2000-01-11 | 1 | -2/+2 |
* | * libltdl/autogen.sh: New file....* autogen.sh: Invoke libltdl/autogen.sh.
| Marius Vollmer | 2000-01-11 | 1 | -0/+1 |
* | * 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.
| Jim Blandy | 1999-10-05 | 1 | -1/+10 |
* | * autogen.sh: Call autoheader explicitly. autoreconf runs...autoconf before autoheader, and autoconf complains if
libguile/scmconfig.h.in doesn't exist.
| Jim Blandy | 1999-10-05 | 1 | -0/+1 |
* | 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.
| Jim Blandy | 1999-10-05 | 1 | -0/+3 |