- Jun 25, 2024
-
-
Steve Lhomme authored
-
- Aug 07, 2023
-
-
Steve Lhomme authored
It's defined in configure.ac since e8df55c4 which is more recent than 77e5b00d and 2799d36b.
-
The libtool.m4 file defining the LT_INIT macro is located in the share directory of the built libtool prefix. This file can be present on the host system but when it isn't, the bootstrap can fail during bootstrap with the following error: autoreconf: running: automake --add-missing --copy --force-missing bin/Makefile.am:41: error: Libtool library used but 'LIBTOOL' is undefined bin/Makefile.am:41: The usual way to define 'LIBTOOL' is to add 'LT_INIT' bin/Makefile.am:41: to 'configure.ac' and run 'aclocal' and 'autoconf' again. bin/Makefile.am:41: If 'LT_INIT' is in 'configure.ac', make sure bin/Makefile.am:41: its definition is in aclocal's search path. Indeed, when libtool.m4 is not installed with the same prefix as autoconf/autom4te, and specificallly the share/ folder is not shared, then autom4te will fail to detect LT_INIT, leading autoreconf to disable the libtool support and discard the call to libtoolize. Then, automake cannot find the aclocal m4 file since libtoolize didn't install it, and the previous error is displayed before bootstrap exits. This behaviour can be checked by uninstalling every libtool and trying to run the following commands: # Works autom4te --verbose --language=Autoconf --output=- --trace=LT_INIT extras/tools/build/share/aclocal/libtool.m4 configure.ac # Fails to find LT_INIT autom4te --verbose --language=Autoconf --output=- --trace=LT_INIT configure.ac extras/tools/build/share/aclocal/libtool.m4 # Fails to find LT_INIT autom4te --verbose --language=Autoconf --output=- --trace=LT_INIT configure.ac This commit ensures that the libtool.m4 will be found at the aclocal setup, to allow libtoolize to copy the libtool.m4 as aclocal.m4 for automake.
-
- Sep 04, 2019
-
-
Rémi Denis-Courmont authored
-
- May 29, 2019
-
-
Steve Lhomme authored
On Windows it's possible to build VLC in either msys2 or WSL. But the tools are shared and incompatible. Only one at a time is currently possible. This will allow switching back and forth without rebuilding tools all the time (especially since they are detected as built).
-
- May 16, 2019
-
-
Steve Lhomme authored
-
- Dec 03, 2017
-
-
Rémi Denis-Courmont authored
-
- Nov 28, 2017
-
-
Rémi Denis-Courmont authored
-
- Jun 03, 2017
-
-
Rémi Denis-Courmont authored
-
- Jan 22, 2017
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Feb 12, 2015
-
-
Rémi Denis-Courmont authored
-
- Sep 26, 2012
-
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
- Sep 10, 2012
-
-
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>
-
- Feb 28, 2012
-
-
François Cartegnie authored
-
- Dec 10, 2011
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- Sep 19, 2011
-
-
Rémi Denis-Courmont authored
It is still possible to compile from tarball without pkg-config, though the result will probably be quite useless.
-
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- Aug 30, 2011
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...rather than in all modules/* directories
-
Rémi Denis-Courmont authored
-
- Aug 18, 2011
-
-
Rémi Denis-Courmont authored
-
- May 02, 2011
-
-
Rémi Denis-Courmont authored
(Note __BUILTIN__ was not used anymore as we have !__PLUGIN__)
-
- Feb 15, 2011
-
-
Rémi Denis-Courmont authored
-
- Oct 31, 2010
-
-
Rémi Denis-Courmont authored
-
- Jan 18, 2010
-
-
Rémi Denis-Courmont authored
-
- Dec 18, 2009
-
-
Pierre authored
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.
-
- Nov 24, 2008
-
-
Rémi Denis-Courmont authored
(or any directory in fact)
-
- Sep 18, 2008
-
-
Rémi Denis-Courmont authored
-
- Aug 02, 2008
-
-
Christophe Mutricy authored
In case autopoint hasn't replaced our Makefile.in.in
-
- Jul 30, 2008
-
-
Christophe Mutricy authored
-
- Apr 22, 2008
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- Apr 21, 2008
-
-
Rémi Denis-Courmont authored
-
- Mar 25, 2008
-
-
Rémi Denis-Courmont authored
-
- Mar 24, 2008
-
-
Rafaël Carré authored
-
- Mar 23, 2008
-
-
Rémi Denis-Courmont authored
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.
-