mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
Create an m4 directory for common macros and use it.
Split acinclude.m4 in multiple macro files. Let it be known to autoconf and aclocal to use the m4 directory. Ignore macro files copied or linked by libtool and intltool.
This commit is contained in:
parent
f4e9b7d778
commit
2da79d5ade
8 changed files with 49 additions and 42 deletions
|
|
@ -58,7 +58,7 @@ else
|
|||
|
||||
intltoolize --copy --force --automake
|
||||
"$LIBTOOLIZE" -c --force --ltdl
|
||||
run_versioned aclocal "$VERSION" -I common
|
||||
run_versioned aclocal "$VERSION" -I m4
|
||||
run_versioned autoconf 2.59 -Wall
|
||||
run_versioned autoheader 2.59
|
||||
run_versioned automake "$VERSION" --copy --foreign --add-missing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue