summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* * 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.