Age | Commit message (Collapse) | Author |
|
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
|
|
'automake'. We need to make these one file.
CVS patchset: 3165
CVS date: 2002/11/03 14:43:04
|
|
Removed creation of acinclude.m4 from cvscompile.sh. aclocal allows for multiple declarations
of the -I tag. So far for me this has worked. If there are problems we can back out this
change.
Added "-I m4" to autogen.sh. This allows us to include the m4 files listed in the m4
directory. This is a more elegant choice than concatenating all the m4 files into
an acinclude.m4
CVS patchset: 2760
CVS date: 2002/09/30 01:00:27
|
|
Copying instead of linking missing GNU files now (cross-plattform development).
CVS patchset: 583
CVS date: 2001/09/06 17:12:37
|
|
CVS patchset: 211
CVS date: 2001/06/21 17:34:23
|
|
Switch to libtool 1.4, 1.3.x are no more supported. Add a path for
automake, to use it with libtool 1.4.
CVS patchset: 183
CVS date: 2001/06/14 22:04:56
|
|
CVS patchset: 1
CVS date: 2001/04/18 22:33:39
|