mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:55:43 +01:00
Create m4 directory
Create m4 directory (which was removed from cvs repo)
This commit is contained in:
parent
3f7d324d0b
commit
9cbb9ba893
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"
|
||||
fi
|
||||
aclocal $alsa_m4_flags $ACLOCAL_FLAGS
|
||||
mkdir -p m4
|
||||
echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am
|
||||
cp configure.in configure.in.ok
|
||||
gettextize -c -f --no-changelog
|
||||
|
|
Loading…
Reference in a new issue