dev-libs/libthai: use eautorconf

InternalEclassUsage: version 0.1.28: autotools: internal usage: '_elibtoolize --force', line 38
InternalEclassUsage: version 0.1.29: autotools: internal usage: '_elibtoolize --force', line 35

Signed-off-by: liuyujielol <2073201758GD@gmail.com>
This commit is contained in:
liuyujielol 2023-11-15 20:43:19 +08:00 committed by 梁永祥
parent cd8c3f0e71
commit 0755dd4a2a
2 changed files with 4 additions and 15 deletions

View File

@ -32,12 +32,6 @@ src_prepare() {
# Fixed version if in non git project
echo ${PV} > VERSION
# From upstreams autogen.sh, to make it utilize the autotools eclass
# Here translate the autogen.sh, equivalent to the following code
# > sh autogen.sh
_elibtoolize --force
eaclocal
eautomake --add-missing
# Not allow git-version-gen does refresh
eautoconf
# use eautoreconf from autotools.eclass instead of autogen.sh
eautoreconf
}

View File

@ -28,13 +28,8 @@ src_prepare() {
# Fixed version if in non git project
echo ${PV} > VERSION
# From upstreams autogen.sh, to make it utilize the autotools eclass
# Here translate the autogen.sh, equivalent to the following code
# > sh autogen.sh
# Fix html doc path
sed -i -e "s|share/doc/libthai/html|share/doc/libthai-${PV}/html|g" configure.ac || die
_elibtoolize --force
eaclocal
eautomake --add-missing
# Not allow git-version-gen does refresh
eautoconf
# use eautoreconf from autotools.eclass instead of autogen.sh
eautoreconf
}