mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
handle better the getexize dependency
This commit is contained in:
parent
a14604e69c
commit
3d8360265f
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then
|
|||
alsa_m4_flags="-I ../alsa-lib/utils"
|
||||
fi
|
||||
aclocal $alsa_m4_flags $ACLOCAL_FLAGS
|
||||
gettextize -c -f
|
||||
cp configure.in configure.in.ok
|
||||
gettextize -c -f --no-changelog
|
||||
cp configure.in.ok configure.in
|
||||
autoheader
|
||||
automake --foreign --copy --add-missing
|
||||
touch depcomp # for older automake
|
||||
|
|
Loading…
Reference in a new issue