Rémi Denis-Courmont
31acc2f0e7
bootstrap: fail hard if flex or bison are missing and needed
8 years ago
Rémi Denis-Courmont
105b13c813
bootstrap: warn if flex or bison are missing
8 years ago
Rémi Denis-Courmont
0eb5920c0b
bootstrap: update autopoint diagnostic
9 years ago
Rémi Denis-Courmont
d8a1f9378a
Remove unused private.m4
9 years ago
Rémi Denis-Courmont
30d347b85c
Remove Modules.am support
9 years ago
Rémi Denis-Courmont
2ce951f06f
skins2: Remove Modules.am
9 years ago
Rémi Denis-Courmont
d8e730f2ae
stream_out: remove Makefile recursion
11 years ago
Pierre Ynard
674d7b33cf
bootstrap: catch Modules.am in all subdirectories
14 years ago
Rémi Denis-Courmont
64e0dbf7d2
bootstrap: use shell rather than find and sed
14 years ago
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>
14 years ago
Francois Cartegnie
6fa1935b5a
bootstrap: allow calling genmf with non default shell
14 years ago
Rafaël Carré
ede3bd6058
bootstrap: prepend extras/tools/build/bin to PATH if it exists
15 years ago
Rafaël Carré
668bd49f54
We don't use extras/contrib anymore, no need to look there
15 years ago
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.
15 years ago
Sebastien Zwickert
01946f2369
macosx: fixes pkg-config compilation issue
Signed-off-by: Rafaël Carré <funman@videolan.org>
15 years ago
Rémi Denis-Courmont
2ead0773f8
bootstrap reorder stuff to simplify
15 years ago
Rémi Denis-Courmont
27ba1dbc3c
Generate Makefile.am in directories with Modules.am
...rather than in all modules/* directories
15 years ago
Rémi Denis-Courmont
f5bf7ad840
Do not override ABOUT-NLS twice
15 years ago
Rémi Denis-Courmont
ccf9342370
Remove vlc-config
15 years ago
Rémi Denis-Courmont
c3a51903f2
Remove some leftovers from pre-libtool era
(Note __BUILTIN__ was not used anymore as we have !__PLUGIN__)
15 years ago
Rémi Denis-Courmont
7eaf977582
Remove some legacy stuff in the build system
15 years ago
Rémi Denis-Courmont
41e5bcdaf1
Remove unmaintained BeOS support
16 years ago
Rémi Denis-Courmont
fa0113980e
Force POSIX shell to run genmf
16 years ago
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.
17 years ago
Rémi Denis-Courmont
b451524fb9
Allow bootstrapping from a subdirectory
(or any directory in fact)
18 years ago
Rémi Denis-Courmont
ba0e176fb6
Don't patch Makefile.in.in, this does not work
18 years ago
Christophe Mutricy
cdd2ad93fe
Make patching more resilient
In case autopoint hasn't replaced our Makefile.in.in
18 years ago
Christophe Mutricy
02f296b398
As autopoint copies po/Makefile.in.in we have to patch it so that it has our modifications
18 years ago
Rémi Denis-Courmont
02d6e6abd6
Typo
18 years ago
Rafaël Carré
9453284260
Absence of cvs could result in not explicit warning
18 years ago
Rémi Denis-Courmont
e4a0fb28f3
Remove un-needed VLC_CONFIG_HELPER macro
18 years ago
Rémi Denis-Courmont
f895fb1d94
Do run autopoint if it works
18 years ago
Rafaël Carré
688ba6acb3
Create ABOUT-NLS before running autoreconf
18 years ago
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.
18 years ago
Rémi Denis-Courmont
fa9abba62f
Check-in modules/Makefile.am
It was a bit clumsy to have to modify it through bootstrap.
18 years ago
Rémi Denis-Courmont
8adb3a39b8
Fix the INSTALL / autoreconf hack
18 years ago
Rémi Denis-Courmont
a24c9548fb
Fix copyright
18 years ago
Rémi Denis-Courmont
9be56f9b9e
Fix the pkg-config warning
18 years ago
Rémi Denis-Courmont
aac5ae4819
Set then export (more portable)
I assume PATH is already exported for obvious reasons.
18 years ago
Rémi Denis-Courmont
6583881be6
Fix help message of bootstrap
18 years ago
Rémi Denis-Courmont
974a399a24
Remove the autoconf hack, fix gettext broken in b6c4b865
and fix the M4 ignore rules
18 years ago
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 .
18 years ago
Rafaël Carré
aae26a9890
We don't want to use autopoint, since we use external gettext anyway
18 years ago
Rémi Denis-Courmont
5319a4b4be
Make autoreconf verbose
18 years ago
Jean-Baptiste Kempf
af2a439ead
Remove mkdir -p intl/ from bootstrap following [24803].
18 years ago
Christophe Mutricy
ad2b55d3f2
Don't put in SUBDIRS dir without Makefile
autoconf260.m4 has moved
18 years ago
Rémi Denis-Courmont
88e2bbbaaa
Don't loose our INSTALL
18 years ago
Rémi Denis-Courmont
9998b1b4ef
Use autoreconf instead of playing the how is automake called game.
18 years ago
Christophe Mutricy
6323d0de6d
Don't delete compile. It can't go wrong and get regenerated by configure anyway
19 years ago
Bernie Purcell
92ba24e7ed
Reverse temporary change for altair's win32 builder
19 years ago