mirror of
https://github.com/openharmony/third_party_alsa-utils.git
synced 2026-07-01 09:15:56 -04:00
Fix autoreconf
Fixed the package to be autoreconf-able.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ AC_PREFIX_DEFAULT(/usr)
|
||||
AM_INIT_AUTOMAKE(alsa-utils, 1.0.10rc1)
|
||||
|
||||
AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION([0.14.0])
|
||||
AM_GNU_GETTEXT_VERSION([0.14])
|
||||
|
||||
dnl Checks for programs.
|
||||
|
||||
|
||||
+4
-2
@@ -4,10 +4,12 @@ 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
|
||||
# save original files to avoid stupid modifications by gettextize
|
||||
cp Makefile.am Makefile.am.ok
|
||||
cp configure.in configure.in.ok
|
||||
gettextize -c -f --no-changelog
|
||||
echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am
|
||||
cp Makefile.am.ok Makefile.am
|
||||
cp configure.in.ok configure.in
|
||||
autoheader
|
||||
automake --foreign --copy --add-missing
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
EXTRA_DIST = gettext.m4
|
||||
Reference in New Issue
Block a user