1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
Commit graph

47 commits

Author SHA1 Message Date
Ludovic Courtès
449be2a5e5 build: Adjust autogen.sh to 'libtoolize' name on Darwin.
Reported by Daniel Llorens.

* autogen.sh: Use 'glibtoolize' on Darwin.
2014-10-06 15:23:10 +02:00
Ludovic Courtès
76a8db27c6 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'.
2014-09-20 14:36:35 +02:00
Andy Wingo
6349a55629 announce flex version in autogen.sh
* autogen.sh: Announce flex version. Has the side-effect of checking for
  flex when building from git.
2010-11-20 23:21:54 +01:00
Ludovic Courtès
850a4c8f5f autogen.sh: Don't presume /usr/bin/m4.
* autogen.sh: Don't presume /usr/bin/m4.
2009-11-18 15:32:03 +01:00
Ken Raeburn
5783a911f1 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.
2009-10-30 18:39:41 -04:00
Neil Jerram
53e4bd36f3 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.
2009-01-02 23:07:37 +00:00
Ludovic Courtès
103dc4d4d2 Add Gnulib-provided files for convenience.
These come from Gnulib's Git commit
ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
2008-08-21 22:23:59 +02:00
Ludovic Courtès
4b824aae11 Update/remove references to the CVS repository. 2008-04-08 00:08:27 +02:00
Neil Jerram
d4a00708e7 * 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).
2008-02-15 23:06:52 +00:00
Ludovic Courtès
6caac03c93 Changes from arch/CVS synchronization 2007-07-29 14:58:21 +00:00
Ludovic Courtès
df44972273 Changes from arch/CVS synchronization 2007-07-17 08:39:35 +00:00
Neil Jerram
5cfbbaff85 Announce versions of autoconf, automake, libtool and
m4.
2007-02-24 17:34:02 +00:00
Han-Wen Nienhuys
73cc2740d4 (Module): only try to run render-bugs if it exists. 2007-01-03 17:23:15 +00:00
Marius Vollmer
a98dbc879e * 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.
2005-03-08 00:54:46 +00:00
Marius Vollmer
95aacf7fe6 Add '--verbose' option to autoreconf invocation. Thanks to Bruno
Haible.
2005-02-28 02:46:30 +00:00
Marius Vollmer
6ecd214668 Added explicit invocation of libtoolize before autoreconf so that
libltdl/ is updated as well.
2004-10-25 12:52:19 +00:00
Rob Browning
e673760a8b * autogen.sh: call autoreconf with --force. This may fix the
"order" problem below without having to have two calls.
2003-03-25 23:46:20 +00:00
Marius Vollmer
f8aa362d34 Invoke autoreconf twice since the required files do not seem to be
generated in the right order.  XXX - investigate further.
2003-03-21 15:59:01 +00:00
Rob Browning
549d7a55a0 * 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.
2003-02-27 07:08:28 +00:00
Gary Houston
e5b4630dd3 * autogen.sh (ac_version): try automake 1.7 too. 2002-10-13 22:20:46 +00:00
Marius Vollmer
47f2f62523 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.
2002-10-05 11:52:07 +00:00
Rob Browning
39eef5091d * autogen.sh: remove support for libltdl sub-configure.
(ac_version): widen support check to any 2.5?  autoconf version.
2.54 is out now.
2002-10-05 04:55:57 +00:00
Marius Vollmer
99fd355aba *** empty log message *** 2002-10-03 22:02:27 +00:00
Han-Wen Nienhuys
afc8e572ba (mscripts): find and check version number of
automake. Complain if 1.6 is not found.
2002-07-22 00:17:26 +00:00
Han-Wen Nienhuys
34d19ef643 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.
2002-07-20 14:08:34 +00:00
Marius Vollmer
0f59dd5fe6 Patch libltdl/ltdl.c to avoid a nasty bug in libtool-1.4.2. 2002-07-09 13:25:40 +00:00
Marius Vollmer
2e562f3a01 * autogen.sh: Do not copy INSTALL from workbook since it is not
uniform across branches.
* INSTALL: Re-added to repository.
2002-07-07 20:17:29 +00:00
Marius Vollmer
452e366198 Only fix libltdl/configure.in if it exists. Current libtool CVS does
not need this fix.
2002-07-07 19:39:21 +00:00
Gary Houston
feec7802ff * 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.
2002-06-30 17:06:35 +00:00
Thien-Thi Nguyen
0859b96a4e Add call to $mscripts/render-bugs to create BUGS file. 2002-05-01 21:02:14 +00:00
Marius Vollmer
af304e84b1 Added comment about keeping the invocation of guile-aclocal in sync
with Makefile.am
2002-04-26 18:05:48 +00:00
Marius Vollmer
1901873ffb 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-18 07:51:36 +00:00
Thien-Thi Nguyen
3be5cdf247 Add usage comment.
Add workbook specification.
Add dist-files symlinking.
2002-03-31 23:18:06 +00:00
Rob Browning
fc4fc6f6f0 * 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:46:41 +00:00
Marius Vollmer
cebb2d1f52 Recurse into libltdl directory and invoke autoconf there. 2001-11-12 22:16:27 +00:00
Keisuke Nishida
065509a51b autogen.sh: Call libtoolize with --force. 2001-07-12 18:34:39 +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