summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update GNU Classpath build system to handle newer autotools.Andrew John Hughes2010-01-301-1/+1
| | | | | | | | | | | | | | 2010-01-30 Andrew John Hughes <ahughes@redhat.com> * autogen.sh: Allow libtool 2.* through. * configure.ac: Updated via autoupdate. * m4/lib-ld.m4, * m4/lib-link.m4, * m4/lib-prefix.m4: Drop old libtool macros which result in build failure.
* 2007-05-18 Andreas Tobler <a.tobler@schweiz.org>Andreas Tobler2007-05-181-3/+3
| | | | * autogen.sh (have_libtool): Update comments for Darwin.
* 2007-04-22 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2007-04-221-2/+1
| | | | * autogen.sh: Removed unnecessary -I m4 flag.
* 2007-04-19 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2007-04-191-67/+1
| | | | | | | * INSTALL: Replaced by generic install file. * autogen.sh: Removed redundant and no longer necessary sections. Use autoreconf.
* * autogen.sh: Recognize automake 1.10.Mark Wielaard2007-04-051-2/+2
| | | | | | | | | | * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-portability. * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add AM_LDFLAGS. * native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LDFLAGS): Likewise. * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS): Likewise. * native/jni/midi-alsa/Makefile.am (libgjsmalsa_la_LDFLAGS): Likewise. * native/jni/midi-dssi/Makefile.am (libgjsmdssi_la_LDFLAGS): Likewise. * native/jni/qt-peer/Makefile.am (libqtpeer_la_LDFLAGS): Likewise.
* 2006-12-15 Christian Thalinger <twisti@complang.tuwien.ac.at>Christian Thalinger2006-12-151-5/+2
| | | | * autogen.sh: Check for all 2.6x autoconf versions.
* * autogen.sh: Recognize autoconf 2.60.Mark Wielaard2006-07-151-1/+4
|
* * autogen.sh: Fix broken libtool version detection on FreeBSD.Archie Cobbs2005-11-111-1/+1
|
* 2005-09-03 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2005-09-031-10/+6
| | | | | * autogen.sh: Document libtool version needed for Darwin. (LIBTOOLIZE): Don't special case Darwin, always use libtoolize.
* 2005-05-01 Andreas Tobler <toa@pop.agri.ch>Mark Wielaard2005-05-011-4/+13
| | | | * autogen.sh: Use glibtoolize on Darwin.
* * autogen.sh: Use '-I m4'.Tom Tromey2005-04-261-2/+2
| | | | | | | * m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: New files. * m4/pkg.m4, m4/accross.m4, m4/iconv.m4, m4/acinclude.m4: Moved from... * pkg.m4, accross.m4, iconv.m4, acinclude.m4: ... here. Removed.
* 2004-10-21 Steven Augart <augart@watson.ibm.com>Steven Augart2004-10-211-1/+2
| | | | * autogen.sh: Invoke $ACLOCAL with the flag "-I .".
* 2004-10-16 Michael Koch <konqueror@gmx.de>Michael Koch2004-10-161-1/+1
| | | | * autogen.sh: Fixed check for AUTOGEN_SUBDIR_MODE.
* 2004-10-15 Michael Koch <konqueror@gmx.de>Michael Koch2004-10-151-33/+108
| | | | | * autogen.sh: Replaced with a GNOME-like script that aborts when the versions of autoconf, automake or libtool are not sufficient.
* 2004-08-29 Michael Koch <konqueror@gmx.de>Michael Koch2004-08-291-11/+7
| | | | | | | | | * configure.ac: Depend on automake 1.9. * INSTALL: Likewise. * INSTALL: Updated to depend on automake 1.9 and libtool 1.5. * autogen.sh: Likewise. * configure.ac (AM_INIT_AUTOMAKE): Depend on automake 1.9, support long paths in dist tarball.
* 2004-08-17 Casey Marshall <csm@gnu.org>Casey Marshall2004-08-181-5/+5
| | | | * autogen.sh: use `head -n 1' instead of `head -1'.
* 2004-04-20 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-201-1/+1
| | | | * autogen.sh: Added "-I ." to aclocal call.
* * autogen.sh: Check for explicit versions of the autotools installedMark Wielaard2004-04-091-8/+33
| | | | in /usr/bin.
* 2004-04-08 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-081-0/+27
| | | | | * autogen.sh: New script to generate configure and friends. * ltmain.sh: Removed. This gets added now by calling libtoolize.
* *** empty log message ***Etienne M. Gagnon2004-03-291-1/+0
|
* 2004-03-27 Etienne M. Gagnon <gagnon.etienne_m@uqam.ca>Etienne M. Gagnon2004-03-271-0/+1
* autogen.sh: Useful script for hackers to call auto* tools on fresh CVS copy. * Makefile.am: Only indent C files below native/ directory.