Commit Graph

233 Commits

Author SHA1 Message Date
Rémi Denis-Courmont d8a1f9378a Remove unused private.m4 2017-01-22 16:48:09 +02:00
Rémi Denis-Courmont 30d347b85c Remove Modules.am support 2017-01-22 16:48:09 +02:00
Rémi Denis-Courmont 2ce951f06f skins2: Remove Modules.am 2017-01-22 16:48:09 +02:00
Rémi Denis-Courmont d8e730f2ae stream_out: remove Makefile recursion 2015-02-12 08:17:41 +02:00
Pierre Ynard 674d7b33cf bootstrap: catch Modules.am in all subdirectories 2012-09-27 01:51:27 +02:00
Rémi Denis-Courmont 64e0dbf7d2 bootstrap: use shell rather than find and sed 2012-09-26 22:25:40 +03:00
Diego Elio Pettenò 1ce6c073f4 build: set automake flavour to foreign to avoid dirty tricks.
Using the foreign flavour you can forego the ABOUT-NLS file as well as
keep the custom INSTALL file.

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-09-10 10:49:52 +02:00
Francois Cartegnie 6fa1935b5a bootstrap: allow calling genmf with non default shell 2012-02-28 16:47:25 +01:00
Rafaël Carré ede3bd6058 bootstrap: prepend extras/tools/build/bin to PATH if it exists 2011-12-09 19:40:37 -05:00
Rafaël Carré 668bd49f54 We don't use extras/contrib anymore, no need to look there 2011-12-09 19:34:49 -05:00
Rémi Denis-Courmont 3b851f4e9c bootstrap: fail if pkg-config is absent
It is still possible to compile from tarball without pkg-config, though
the result will probably be quite useless.
2011-09-19 17:46:12 +03:00
Sebastien Zwickert 01946f2369 macosx: fixes pkg-config compilation issue
Signed-off-by: Rafaël Carré <funman@videolan.org>
2011-09-19 08:52:08 -04:00
Rémi Denis-Courmont 2ead0773f8 bootstrap reorder stuff to simplify 2011-08-30 21:35:49 +03:00
Rémi Denis-Courmont 27ba1dbc3c Generate Makefile.am in directories with Modules.am
...rather than in all modules/* directories
2011-08-30 21:35:49 +03:00
Rémi Denis-Courmont f5bf7ad840 Do not override ABOUT-NLS twice 2011-08-30 21:35:49 +03:00
Rémi Denis-Courmont ccf9342370 Remove vlc-config 2011-08-18 22:02:21 +03:00
Rémi Denis-Courmont c3a51903f2 Remove some leftovers from pre-libtool era
(Note __BUILTIN__ was not used anymore as we have !__PLUGIN__)
2011-05-02 11:01:12 +03:00
Rémi Denis-Courmont 7eaf977582 Remove some legacy stuff in the build system 2011-02-15 20:30:45 +02:00
Rémi Denis-Courmont 41e5bcdaf1 Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
Rémi Denis-Courmont fa0113980e Force POSIX shell to run genmf 2010-01-18 20:15:24 +02:00
Pierre d'Herbemont 43dc8a8d99 contrib: Allow multiple contribs install for multiple hosts.
And make sure we really use the host to check what contrib to use in the configure.

You don't have to re-run bootstrap from contrib after make from contrib when building for x86_64-darwin.
2009-12-18 02:22:45 +01:00
Rémi Denis-Courmont b451524fb9 Allow bootstrapping from a subdirectory
(or any directory in fact)
2008-11-24 18:28:50 +02:00
Rémi Denis-Courmont ba0e176fb6 Don't patch Makefile.in.in, this does not work 2008-09-18 22:32:57 +03:00
Christophe Mutricy cdd2ad93fe Make patching more resilient
In case autopoint hasn't replaced our Makefile.in.in
2008-08-03 00:39:11 +01:00
Christophe Mutricy 02f296b398 As autopoint copies po/Makefile.in.in we have to patch it so that it has our modifications 2008-07-30 01:03:21 +01:00
Rémi Denis-Courmont 02d6e6abd6 Typo 2008-04-22 19:20:34 +03:00
Rafaël Carré 9453284260 Absence of cvs could result in not explicit warning 2008-04-22 17:44:23 +02:00
Rémi Denis-Courmont e4a0fb28f3 Remove un-needed VLC_CONFIG_HELPER macro 2008-04-21 23:06:07 +03:00
Rémi Denis-Courmont f895fb1d94 Do run autopoint if it works 2008-03-25 18:55:30 +02:00
Rafaël Carré 688ba6acb3 Create ABOUT-NLS before running autoreconf 2008-03-24 02:02:56 +00:00
Rémi Denis-Courmont 6abf349d0a Don't run autopoint.
Now that we actually have _ALL_ the gettext m4 macros in m4/, autopoint
is useless. That was not the case last time this hack was attempted.
2008-03-23 21:58:35 +02:00
Rémi Denis-Courmont fa9abba62f Check-in modules/Makefile.am
It was a bit clumsy to have to modify it through bootstrap.
2008-03-23 21:53:10 +02:00
Rémi Denis-Courmont 8adb3a39b8 Fix the INSTALL / autoreconf hack 2008-03-23 21:43:35 +02:00
Rémi Denis-Courmont a24c9548fb Fix copyright 2008-03-23 21:43:06 +02:00
Rémi Denis-Courmont 9be56f9b9e Fix the pkg-config warning 2008-03-23 21:39:04 +02:00
Rémi Denis-Courmont aac5ae4819 Set then export (more portable)
I assume PATH is already exported for obvious reasons.
2008-03-23 21:32:25 +02:00
Rémi Denis-Courmont 6583881be6 Fix help message of bootstrap 2008-03-23 21:30:28 +02:00
Rémi Denis-Courmont 974a399a24 Remove the autoconf hack, fix gettext broken in b6c4b865
and fix the M4 ignore rules
2008-03-23 10:49:16 +02:00
Rémi Denis-Courmont 63a70e8789 Revert "We don't want to use autopoint, since we use external gettext anyway"
Autopoint is required regardless of libintl inclusion.
Fix bootstrap failure on clean tree.

This reverts commit aae26a9890.
2008-03-07 15:23:29 +02:00
Rafaël Carré aae26a9890 We don't want to use autopoint, since we use external gettext anyway 2008-03-07 14:02:04 +01:00
Rémi Denis-Courmont 5319a4b4be Make autoreconf verbose 2008-02-11 17:20:00 +00:00
Jean-Baptiste Kempf af2a439ead Remove mkdir -p intl/ from bootstrap following [24803]. 2008-02-07 07:00:31 +00:00
Christophe Mutricy ad2b55d3f2 Don't put in SUBDIRS dir without Makefile
autoconf260.m4 has moved
2008-02-05 22:43:14 +00:00
Rémi Denis-Courmont 88e2bbbaaa Don't loose our INSTALL 2008-01-31 17:51:46 +00:00
Rémi Denis-Courmont 9998b1b4ef Use autoreconf instead of playing the how is automake called game. 2008-01-31 17:37:17 +00:00
Christophe Mutricy 6323d0de6d Don't delete compile. It can't go wrong and get regenerated by configure anyway 2007-10-04 21:01:25 +00:00
Bernie Purcell 92ba24e7ed Reverse temporary change for altair's win32 builder 2007-09-25 01:31:34 +00:00
Bernie Purcell 50c767a772 Temporary change to try to force altair to update its version of gettext
from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't
bootstrap the contribs first)
2007-09-25 01:29:18 +00:00
Bernie Purcell f0d5f2d2a5 Reverse temporary change 2007-09-25 01:00:21 +00:00
Bernie Purcell 61ee092383 Temporary change to analyse buildbot's environment in regards
to autopoint for win32
2007-09-25 00:57:50 +00:00