Age | Commit message (Collapse) | Author |
|
made compatible yet).
|
|
CVS patchset: 8750
CVS date: 2007/03/26 12:52:05
|
|
WANT_AUTOMAKE_1_9 cause the wrapper script to return automake-1.4
if version 1.9 is not installed.
CVS patchset: 8324
CVS date: 2006/10/01 09:04:45
|
|
of warnings when using autoconf 2.60.
CVS patchset: 8258
CVS date: 2006/09/14 14:01:33
|
|
Shell quoting fix.
CVS patchset: 7515
CVS date: 2005/05/03 18:44:29
|
|
CVS patchset: 7016
CVS date: 2004/10/08 20:22:29
|
|
Fix what I perceive to be a bug only on platforms that have a automake
installed that contains multiple version. Gentoo releases a package of
automake that contains all the latest stable version (1.4 to 1.8). In
order to use a specific one besides the default you need to declare
WANT_AUTOMAKE=1.6 in your environment varibles.
------------------------------------
doc/faq/Makefile.am
doc/hackersguide/Makefile.am
Applied Frantisek Dvorak changes for the documentation.
CVS patchset: 6939
CVS date: 2004/09/05 02:14:38
|
|
OS X) have libtool installed with a 'g' prefix.
CVS patchset: 6720
CVS date: 2004/06/21 07:40:10
|
|
CVS patchset: 5598
CVS date: 2003/10/25 19:26:27
|
|
CVS patchset: 5195
CVS date: 2003/07/20 08:34:26
|
|
CVS patchset: 5189
CVS date: 2003/07/19 16:00:25
|
|
CVS patchset: 5180
CVS date: 2003/07/19 00:08:58
|
|
CVS patchset: 4307
CVS date: 2003/02/28 21:13:24
|
|
CVS patchset: 4299
CVS date: 2003/02/27 22:56:52
|
|
CVS patchset: 3793
CVS date: 2003/01/05 19:32:34
|
|
CVS patchset: 3598
CVS date: 2002/12/20 21:05:00
|
|
understand the logic.
CVS patchset: 3213
CVS date: 2002/11/09 22:32:51
|
|
now works on solaris with bash, ksh and sh.
Fix problem with "automake-1.6 not found" error message from autogen.sh, when
user has automake 1.7.1 installed.
CVS patchset: 3211
CVS date: 2002/11/09 18:32:18
|
|
CVS patchset: 3207
CVS date: 2002/11/09 04:23:20
|
|
CVS patchset: 3191
CVS date: 2002/11/04 20:23:58
|
|
You would do: autogen.sh <configure flags> or autogen <shortcut>
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with <configure flags> or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.
CVS patchset: 3180
CVS date: 2002/11/04 00:37:18
|