summaryrefslogtreecommitdiff
path: root/cvscompile.sh
AgeCommit message (Collapse)Author
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
2002-11-03Ugly hack for ensure automake-1.6 is used first before using the default ↵Stephen Torri
'automake'. We need to make these one file. CVS patchset: 3165 CVS date: 2002/11/03 14:43:04
2002-10-28I want to build xine-lib without automake > 1.5Daniel Caujolle-Bert
CVS patchset: 3076 CVS date: 2002/10/28 22:11:23
2002-09-30Updated cvscompile.sh to use only automake >= 1.6 and autoconf >= 2.53.Stephen Torri
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
2002-09-20Fix libtool problem. automake 1.5 and libtool 1.4.2 seems hate their childDaniel Caujolle-Bert
called AS. Don't use standard AM_PROG_AS, but our modified version (!x86 builder, report failure please). CVS patchset: 2721 CVS date: 2002/09/20 15:05:59
2002-09-19Updated cvscompile.sh to use configure.ac instead of configure.inStephen Torri
CVS patchset: 2711 CVS date: 2002/09/19 21:02:53
2002-08-09make developers life easier: add possibility to use an existing sharedMichael Roitzsch
version of libdvdnav CVS patchset: 2416 CVS date: 2002/08/09 22:17:37
2002-06-01support for libfame 0.8.10 and aboveMichael Roitzsch
CVS patchset: 1981 CVS date: 2002/06/01 17:21:28
2002-04-20clean up use of global CFLAGS, add xvid patch contributed by Tomas KovarGuenter Bartsch
CVS patchset: 1749 CVS date: 2002/04/20 18:42:35
2002-04-19Fix regexp, should fix Miguel's "automake 1.4-p5" issue (and he isn't alone).Daniel Caujolle-Bert
CVS patchset: 1740 CVS date: 2002/04/19 21:11:47
2002-04-16Check automake and not autoconf version form as.m4 inclusion.Daniel Caujolle-Bert
CVS patchset: 1725 CVS date: 2002/04/16 01:35:08
2002-01-20Change SDL checks.Daniel Caujolle-Bert
CVS patchset: 1431 CVS date: 2002/01/20 23:21:52
2001-12-27Fix unconditional as.m4 inclusion.Daniel Caujolle-Bert
CVS patchset: 1313 CVS date: 2001/12/27 20:22:55
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-10-07Add ogg/vorbis checks. Change divxdecore checks.Daniel Caujolle-Bert
CVS patchset: 760 CVS date: 2001/10/07 20:10:45
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
CVS patchset: 637 CVS date: 2001/09/16 00:01:38
2001-07-17first define srcdir, then use it ;>Guenter Bartsch
CVS patchset: 293 CVS date: 2001/07/17 14:36:48
2001-07-17Prune config.cache.Daniel Caujolle-Bert
CVS patchset: 291 CVS date: 2001/07/17 13:33:39
2001-07-16IRIX / mips port. Audio and CD support are not implemented yet.Matthias Hopf
Nuked BUILD_LIB_STATIC. Changed some architecture dependend code to feature dependend code. Autoconf'ing CD / DVD ioctl() support. CVS patchset: 288 CVS date: 2001/07/16 19:36:00
2001-06-24added arts audio support contributed by Philip StadermannGuenter Bartsch
CVS patchset: 226 CVS date: 2001/06/24 07:17:37
2001-06-17Add a clean aalib check.Daniel Caujolle-Bert
CVS patchset: 202 CVS date: 2001/06/17 21:50:51
2001-04-24Reunification of xine-lib and xine-output. Some code cleanups.Daniel Caujolle-Bert
CVS patchset: 21 CVS date: 2001/04/24 20:53:00
2001-04-18Rename the cvscompile shell script to cvscompile.sh.Daniel Caujolle-Bert
CVS patchset: 3 CVS date: 2001/04/18 23:13:56