Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-26#!/bin/bash -> #!/usr/bin/env bashKISHIMOTO, Makoto
2013-03-19Use /bin/bash instead of /bin/sh in autogen.sh.alexrp
2013-01-09Fix the check for autoheader in autogen.sh.Zoltan Varga
2013-01-03Add a missing quote to autogen.shZoltan Varga
2013-01-03Metadata's Makefile.am.in can now be patched by the extension module as well.Rodrigo Kumpera
2012-12-13Simple Automake concatenation is not enough to do all the evil things.Rodrigo Kumpera
* autogen.sh: Automake does support adding files to the list of program sources using += but has no -= to remove them. This means that it's not possible to replace a source file at all. Given that, the only option is to patch automake. Call an external script that apply the whole patch queue instead of doing it there.
2012-12-11Automake can't handle missing conditional includes. Shell script our way out.Rodrigo Kumpera
* autogen.sh: The extension module conditional include can't be done from automake given this wonderful piece of engineering can't handle missing conditional includes in any sane way. So what we do is to include them at autogen.sh time. * Makefile.am.in: This puppy now needs to be pre-processed before all the automake shinning glory kicks in.
2012-11-14Quit more messages about configure.in/configure.ac.Zoltan Varga
2012-10-26Quiet some automake warnings.Zoltan Varga
2011-04-20Actually include the m4 files in aclocal as wellGeoff Norton
2010-03-192010-03-19 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* autogen.sh: Pass -Wno-portability to automake to quiet some warnings. svn path=/trunk/mono/; revision=153898
2010-03-042010-03-04 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* autogen.sh: Run eglib's autogen.sh too. svn path=/trunk/mono/; revision=152986
2008-09-16* Makefile.am (EXTRA_DIST): Update.Raja R Harinath
* nls.m4, progtest.m4: Really add from Gettext 0.17. svn path=/trunk/mono/; revision=113211
2008-08-052008-08-05 Andreas Faerber <andreas.faerber@web.de>Andreas Färber
* autogen.sh: Suppress arguments warning for NOCONFIGURE. In eglib: 2008-08-05 Andreas Faerber <andreas.faerber@web.de> * autogen.sh: Suppress arguments warning for NOCONFIGURE. In libgc: 2008-08-05 Andreas Faerber <andreas.faerber@web.de> * autogen.sh: Suppress arguments warning for NOCONFIGURE. This commit is licensed under the MIT X11 license. svn path=/trunk/mono/; revision=109666
2003-11-082003-11-07 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* autogen.sh: Fix previous patch and silence noisy GNU which. svn path=/trunk/mono/; revision=19717
2003-11-072003-11-07 Bernie Solomon <bernard@ugsolutions.com>Bernie Solomon
* autogen.sh: tweak glibtool check so it works if which doesn't set return code properly svn path=/trunk/mono/; revision=19714
2003-11-072003-11-07 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). Use 'glibtool' instead of 'libtool' on OSX. svn path=/trunk/mono/; revision=19711
2003-06-082003-06-08 Martin Baulig <martin@ximian.com>Martin Baulig
* libgc/: Integrate the libgc module here. [Note: A simple `cvs update' won't work this time; you either need to re-checkout the `mono' module or manually move the `libgc' module here.] * configure.in (--with-gc): Added `included' option to use the included libgc. This is now also the default. (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it. (INCLUDED_LIBGC): New automake conditional. (USE_INCLUDED_LIBGC): #define this if appropriate. * autogen.sh: Run libgc/autogen.sh. * Makefile.am (SUBDIRS): Added libgc. svn path=/trunk/mono/; revision=15185
2002-11-06removed echoesGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=8848
2002-11-062002-11-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* autogen.sh: make it work when MONO_PATH is set and it has more than one directory or ends in ":". Also check that the directory added to ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't). svn path=/trunk/mono/; revision=8846
2001-11-092001-11-09 Dick Porter <dick@ximian.com>Dick Porter
* configure.in: Try and get large file support, but it's not fatal if it's not there (the io-layer just ignores the high word in that case.) Check for windows builds, and only bother to look for pthreads and large files if we're not building for cygwin or native win32. Not having pthread support on Posix systems is now a fatal error. * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to aclocal 2001-11-08 Dick Porter <dick@ximian.com> * Initial checkin. This is a library emulating the win32 threading and IO API. 2001-11-09 Dick Porter <dick@ximian.com> * Makefile.am (mint_LDADD): Don't need THREAD_LIBS any more 2001-11-09 Dick Porter <dick@ximian.com> * Makefile.am (testjit_LDADD): Don't need THREAD_LIBS any more 2001-11-09 Dick Porter <dick@ximian.com> * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more svn path=/trunk/mono/; revision=1310
2001-09-08run automake, aotoconf, ...Dietmar Maurer
svn path=/trunk/mono/; revision=762
2001-09-06Remove the recursive configuration processMiguel de Icaza
svn path=/trunk/mono/; revision=723
2001-09-052001-09-05 Dick Porter <dick@ximian.com>Dick Porter
* autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the aclocal invocation, so putting aclocal files in /usr/local works svn path=/trunk/mono/; revision=718
2001-08-022001-08-02 Alex Graveley <alex@ximian.com>Alex Graveley
* libffi/*: Import libffi CVS version, with minor changes to make it compile. * mono/interpreter/Makefile.am: Link against ../../libffi/.libs/libffi.a. * Makefile.am: Add libffi * autogen.sh: Replace with adapted gnome autogen.sh * configure.in: Add AC_CONFIG_SUBDIRS(libffi). svn path=/trunk/mono/; revision=383
2001-07-162001-07-15 Joe Shaw <joe@ximian.com>Joe Shaw
* autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var. svn path=/trunk/mono/; revision=160
2001-06-19Add Autogen.shMiguel de Icaza
svn path=/trunk/mono/; revision=12