| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Adjust autogen.sh to 'libtoolize' name on Darwin....Reported by Daniel Llorens.
* autogen.sh: Use 'glibtoolize' on Darwin.
| Ludovic Courtès | 2014-10-06 | 1 | -1/+9 |
* | build: Use 'libtoolize' in autogen.sh....Fixes <http://bugs.gnu.org/18470>.
Reported by Rob Browning <rlb@defaultvalue.org>.
* autogen.sh: Invoke 'libtoolize' instead of 'libtool'.
| Ludovic Courtès | 2014-09-20 | 1 | -5/+1 |
* | announce flex version in autogen.sh...* autogen.sh: Announce flex version. Has the side-effect of checking for
flex when building from git.
| Andy Wingo | 2010-11-20 | 1 | -0/+2 |
* | autogen.sh: Don't presume /usr/bin/m4....* autogen.sh: Don't presume /usr/bin/m4.
| Ludovic Courtès | 2009-11-18 | 1 | -1/+1 |
* | Fix autogen.sh for Mac OS X....* autogen.sh: If uname indicates that the OS is Darwin, run "glibtool"
instead of "libtool" for the version number check.
| Ken Raeburn | 2009-10-30 | 1 | -1/+5 |
* | Update autogen.sh...* autogen.sh: Don't call guile-readline/autogen.sh; not needed because
autoreconf recurses itself. Remove copies of config.guess and
config.sub, which are now invalid because we don't have those files
in the top level directory. Remove mention of
--enable-maintainer-mode, as we don't use AM_MAINTAINER_MODE any
more.
| Neil Jerram | 2009-01-02 | 1 | -9/+0 |
* | Add Gnulib-provided files for convenience....These come from Gnulib's Git commit
ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
| Ludovic Courtès | 2008-08-21 | 1 | -3/+0 |
* | Update/remove references to the CVS repository. | Ludovic Courtès | 2008-04-08 | 1 | -1/+1 |
* | * autogen.sh: Copy versions of config.guess and config.sub from... Guile CVS to build-aux and guile-readline.
* HACKING: Note need for libtool >= 1.5.26.
* config.rpath, build-aux/config.rpath: Updated to latest upstream
version.
* config.guess, config.sub: 2008-01-07 versions added to Guile
CVS, to ensure that Guile developers are using new enough versions
(in particular for AIX 6.1 support).
| Neil Jerram | 2008-02-15 | 1 | -0/+5 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-29 | 1 | -0/+3 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-17 | 1 | -29/+1 |
* | Announce versions of autoconf, automake, libtool and...m4.
| Neil Jerram | 2007-02-24 | 1 | -0/+12 |
* | (Module): only try to run render-bugs if it exists. | Han-Wen Nienhuys | 2007-01-03 | 1 | -2/+4 |
* | * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use...AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
* Makefile.am (SUBDIRS): Removed libltdl.
* README: Talk about required external packages.
* autogen.sh: Do not call libtoolize.
| Marius Vollmer | 2005-03-08 | 1 | -1/+0 |
* | Add '--verbose' option to autoreconf invocation. Thanks to Bruno...Haible.
| Marius Vollmer | 2005-02-28 | 1 | -1/+1 |
* | Added explicit invocation of libtoolize before autoreconf so that...libltdl/ is updated as well.
| Marius Vollmer | 2004-10-25 | 1 | -0/+1 |
* | * autogen.sh: call autoreconf with --force. This may fix the..."order" problem below without having to have two calls.
| Rob Browning | 2003-03-25 | 1 | -6/+1 |
* | Invoke autoreconf twice since the required files do not seem to be...generated in the right order. XXX - investigate further.
| Marius Vollmer | 2003-03-21 | 1 | -0/+5 |
* | * autogen.sh: switch to autoreconf -- see how it goes. remove...call to guile-aclocal.sh -- we now do the same thing with an
automake setting.
| Rob Browning | 2003-02-27 | 1 | -65/+2 |
* | * 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 |