summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Expand)AuthorAgeFilesLines
* build: Adjust autogen.sh to 'libtoolize' name on Darwin....Reported by Daniel Llorens. * autogen.sh: Use 'glibtoolize' on Darwin. Ludovic Courtès2014-10-061-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ès2014-09-201-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 Wingo2010-11-201-0/+2
* autogen.sh: Don't presume /usr/bin/m4....* autogen.sh: Don't presume /usr/bin/m4. Ludovic Courtès2009-11-181-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 Raeburn2009-10-301-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 Jerram2009-01-021-9/+0
* Add Gnulib-provided files for convenience....These come from Gnulib's Git commit ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19. Ludovic Courtès2008-08-211-3/+0
* Update/remove references to the CVS repository.Ludovic Courtès2008-04-081-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 Jerram2008-02-151-0/+5
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-291-0/+3
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-171-29/+1
* Announce versions of autoconf, automake, libtool and...m4. Neil Jerram2007-02-241-0/+12
* (Module): only try to run render-bugs if it exists.Han-Wen Nienhuys2007-01-031-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 Vollmer2005-03-081-1/+0
* Add '--verbose' option to autoreconf invocation. Thanks to Bruno...Haible. Marius Vollmer2005-02-281-1/+1
* Added explicit invocation of libtoolize before autoreconf so that...libltdl/ is updated as well. Marius Vollmer2004-10-251-0/+1
* * autogen.sh: call autoreconf with --force. This may fix the..."order" problem below without having to have two calls. Rob Browning2003-03-251-6/+1
* Invoke autoreconf twice since the required files do not seem to be...generated in the right order. XXX - investigate further. Marius Vollmer2003-03-211-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 Browning2003-02-271-65/+2
* * autogen.sh (ac_version): try automake 1.7 too.Gary Houston2002-10-131-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 Vollmer2002-10-051-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 Browning2002-10-051-15/+15
* *** empty log message ***Marius Vollmer2002-10-031-38/+1
* (mscripts): find and check version number of...automake. Complain if 1.6 is not found. Han-Wen Nienhuys2002-07-221-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 Nienhuys2002-07-201-2/+20
* Patch libltdl/ltdl.c to avoid a nasty bug in libtool-1.4.2.Marius Vollmer2002-07-091-0/+28
* * autogen.sh: Do not copy INSTALL from workbook since it is not...uniform across branches. * INSTALL: Re-added to repository. Marius Vollmer2002-07-071-1/+1
* Only fix libltdl/configure.in if it exists. Current libtool CVS does...not need this fix. Marius Vollmer2002-07-071-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 Houston2002-06-301-1/+2
* Add call to $mscripts/render-bugs to create BUGS file.Thien-Thi Nguyen2002-05-011-0/+6
* Added comment about keeping the invocation of guile-aclocal in sync...with Makefile.am Marius Vollmer2002-04-261-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 Vollmer2002-04-181-0/+6
* Add usage comment....Add workbook specification. Add dist-files symlinking. Thien-Thi Nguyen2002-03-311-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 Browning2002-02-251-3/+21
* Recurse into libltdl directory and invoke autoconf there.Marius Vollmer2001-11-121-0/+4
* autogen.sh: Call libtoolize with --force.Keisuke Nishida2001-07-121-1/+1
* * autogen.sh: don't run flex here....* HACKING: clarify that _newer_ versions of flex should be just fine. Michael Livshin2001-06-261-1/+0
* * Quoting fix in autogen.sh.Neil Jerram2001-06-251-1/+1
* Added message about what to do next. Tell them to use...`--enable-maintainer-mode'. Marius Vollmer2001-06-251-0/+3
* * HACKING: mention flex....* autogen.sh: generate libguile/c-tokenize.c. Michael Livshin2001-06-251-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 Livshin2000-06-011-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 Vollmer2000-01-251-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. Badros2000-01-111-2/+2
* * libltdl/autogen.sh: New file....* autogen.sh: Invoke libltdl/autogen.sh. Marius Vollmer2000-01-111-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 Blandy1999-10-051-1/+10
* * autogen.sh: Call autoheader explicitly. autoreconf runs...autoconf before autoheader, and autoconf complains if libguile/scmconfig.h.in doesn't exist. Jim Blandy1999-10-051-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 Blandy1999-10-051-0/+3