summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Adjust autogen.sh to 'libtoolize' name on Darwin.Ludovic Courtès2014-10-061-1/+9
| | | | | | Reported by Daniel Llorens. * autogen.sh: Use 'glibtoolize' on Darwin.
* build: Use 'libtoolize' in autogen.sh.Ludovic Courtès2014-09-201-5/+1
| | | | | | | Fixes <http://bugs.gnu.org/18470>. Reported by Rob Browning <rlb@defaultvalue.org>. * autogen.sh: Invoke 'libtoolize' instead of 'libtool'.
* announce flex version in autogen.shAndy Wingo2010-11-201-0/+2
| | | | | * autogen.sh: Announce flex version. Has the side-effect of checking for flex when building from git.
* autogen.sh: Don't presume /usr/bin/m4.Ludovic Courtès2009-11-181-1/+1
| | | | * autogen.sh: Don't presume /usr/bin/m4.
* Fix autogen.sh for Mac OS X.Ken Raeburn2009-10-301-1/+5
| | | | | * autogen.sh: If uname indicates that the OS is Darwin, run "glibtool" instead of "libtool" for the version number check.
* Update autogen.shNeil Jerram2009-01-021-9/+0
| | | | | | | | | * 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.
* Add Gnulib-provided files for convenience.Ludovic Courtès2008-08-211-3/+0
| | | | | These come from Gnulib's Git commit ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
* Update/remove references to the CVS repository.Ludovic Courtès2008-04-081-1/+1
|
* * autogen.sh: Copy versions of config.guess and config.sub fromNeil Jerram2008-02-151-0/+5
| | | | | | | | | | | | | 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).
* 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 andNeil Jerram2007-02-241-0/+12
| | | | m4.
* (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. UseMarius Vollmer2005-03-081-1/+0
| | | | | | | | | | | 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.
* Add '--verbose' option to autoreconf invocation. Thanks to BrunoMarius Vollmer2005-02-281-1/+1
| | | | Haible.
* Added explicit invocation of libtoolize before autoreconf so thatMarius Vollmer2004-10-251-0/+1
| | | | libltdl/ is updated as well.
* * autogen.sh: call autoreconf with --force. This may fix theRob Browning2003-03-251-6/+1
| | | | "order" problem below without having to have two calls.
* Invoke autoreconf twice since the required files do not seem to beMarius Vollmer2003-03-211-0/+5
| | | | generated in the right order. XXX - investigate further.
* * autogen.sh: switch to autoreconf -- see how it goes. removeRob Browning2003-02-271-65/+2
| | | | | call to guile-aclocal.sh -- we now do the same thing with an automake setting.
* * 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 plainMarius Vollmer2002-10-051-2/+2
| | | | | "autoconf", $autoheader would end up empty and libguile/scmconfig.h.in would not be updated.
* * autogen.sh: remove support for libltdl sub-configure.Rob Browning2002-10-051-15/+15
| | | | | (ac_version): widen support check to any 2.5? autoconf version. 2.54 is out now.
* *** empty log message ***Marius Vollmer2002-10-031-38/+1
|
* (mscripts): find and check version number ofHan-Wen Nienhuys2002-07-221-3/+21
| | | | automake. Complain if 1.6 is not found.
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-2/+20
| | | | | | | | | | | | | | * *.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.
* 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 notMarius Vollmer2002-07-071-1/+1
| | | | | uniform across branches. * INSTALL: Re-added to repository.
* Only fix libltdl/configure.in if it exists. Current libtool CVS doesMarius Vollmer2002-07-071-4/+7
| | | | not need this fix.
* * autogen.sh: Changed the path to the scripts directory.Gary Houston2002-06-301-1/+2
| | | | | In libltdl, run aclocal before autoconf and automake: this eliminated various warnings after upgrading to newer automake.
* 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 syncMarius Vollmer2002-04-261-0/+2
| | | | with Makefile.am
* Call automake twice for guile-core so that two copies of mdate-sh getMarius Vollmer2002-04-181-0/+6
| | | | | a chance of being installed (one in doc/ref/ and one in doc/tutorial/).
* Add usage comment.Thien-Thi Nguyen2002-03-311-1/+26
| | | | | Add workbook specification. Add dist-files symlinking.
* * autogen.sh: make absolutely sure we can't have stale files fromRob Browning2002-02-251-3/+21
| | | | | | 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.
* 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.Michael Livshin2001-06-261-1/+0
| | | | | * HACKING: clarify that _newer_ versions of flex should be just fine.
* * Quoting fix in autogen.sh.Neil Jerram2001-06-251-1/+1
|
* Added message about what to do next. Tell them to useMarius Vollmer2001-06-251-0/+3
| | | | `--enable-maintainer-mode'.
* * HACKING: mention flex.Michael Livshin2001-06-251-0/+1
| | | | * autogen.sh: generate libguile/c-tokenize.c.
* autogen.sh: call ./guile-aclocal.sh instead of aclocal.Michael Livshin2000-06-011-1/+2
| | | | | | guile-readline/autogen.sh: call ../guile-aclocal.sh instead of aclocal. guile-aclocal.sh: new file, works around aclocal problems.
* * autogen.sh: Call libtoolize. Pass --add-missing option toMarius Vollmer2000-01-251-2/+2
| | | | | | automake. Do not decent into libltdl directory. The libltdl directory is now populated by libtoolize and does not need any further autogeneration.
* * autogen.sh: Added messages as we run autogen in subdirectories.Greg J. Badros2000-01-111-2/+2
| | | | | * configure.in: Output libugile/guile-func-name-check script, and chmod +x it.
* * libltdl/autogen.sh: New file.Marius Vollmer2000-01-111-0/+1
| | | | * autogen.sh: Invoke libltdl/autogen.sh.
* * autogen.sh: Don't call autoreconf at all; it's not reliable.Jim Blandy1999-10-051-1/+10
| | | | | Instead, call the various tools explicitly. Invoke guile-readline's autogen.sh script.
* * autogen.sh: Call autoheader explicitly. autoreconf runsJim Blandy1999-10-051-0/+1
| | | | | autoconf before autoheader, and autoconf complains if libguile/scmconfig.h.in doesn't exist.
* Don't store generated files in the repository any more. Instead,Jim Blandy1999-10-051-0/+3
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.