mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:25:41 +01:00
Add gettextize
Added gettextize to process po files correctly.
This commit is contained in:
parent
a65cc484f1
commit
f6abfcd2f3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then
|
||||||
alsa_m4_flags="-I ../alsa-lib/utils"
|
alsa_m4_flags="-I ../alsa-lib/utils"
|
||||||
fi
|
fi
|
||||||
aclocal $alsa_m4_flags $ACLOCAL_FLAGS
|
aclocal $alsa_m4_flags $ACLOCAL_FLAGS
|
||||||
|
gettextize -c -f
|
||||||
autoheader
|
autoheader
|
||||||
automake --foreign --copy --add-missing
|
automake --foreign --copy --add-missing
|
||||||
touch depcomp # for older automake
|
touch depcomp # for older automake
|
||||||
|
|
Loading…
Reference in a new issue