Create m4 directory

Create m4 directory (which was removed from cvs repo)
This commit is contained in:
Takashi Iwai 2005-08-19 12:43:59 +00:00
parent 3f7d324d0b
commit 9cbb9ba893

View file

@ -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
mkdir -p m4
echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am
cp configure.in configure.in.ok cp configure.in configure.in.ok
gettextize -c -f --no-changelog gettextize -c -f --no-changelog