summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2003-10-25small housekeepingMichael Roitzsch
CVS patchset: 5598 CVS date: 2003/10/25 19:26:27
2003-07-20fix for libtool 1.5 as provided on xine-devel by Chris RankinMichael Roitzsch
CVS patchset: 5195 CVS date: 2003/07/20 08:34:26
2003-07-19- fix libtool version detection, add more warnings if gcc is usedBastien Nocera
CVS patchset: 5189 CVS date: 2003/07/19 16:00:25
2003-07-19Fix autogen.sh. Remove odd (nonstandard?) type.Robin KAY
CVS patchset: 5180 CVS date: 2003/07/19 00:08:58
2003-02-28solaris /bin/sh needs "export VARNAME"Juergen Keil
CVS patchset: 4307 CVS date: 2003/02/28 21:13:24
2003-02-27that should help gentoo and mandrake to select the right automake versionMiguel Freitas
CVS patchset: 4299 CVS date: 2003/02/27 22:56:52
2003-01-05A "local"-less version.Stephen Torri
CVS patchset: 3793 CVS date: 2003/01/05 19:32:34
2002-12-20Fix incorrect names in the autogen.shRobin KAY
CVS patchset: 3598 CVS date: 2002/12/20 21:05:00
2002-11-09To preserve readability of the code some variables were added to help peopleStephen Torri
understand the logic. CVS patchset: 3213 CVS date: 2002/11/09 22:32:51
2002-11-09Remove use of bash "which" builtin command, replaced with "type". autogen.shJuergen Keil
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
2002-11-09Updated aclocal call. No need to have variable $aclocalinclude.Stephen Torri
CVS patchset: 3207 CVS date: 2002/11/09 04:23:20
2002-11-04Fix wrong which checks.Daniel Caujolle-Bert
CVS patchset: 3191 CVS date: 2002/11/04 20:23:58
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
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